Struct gstreamer_sdp_sys::GstSDPZone
source · #[repr(C)]pub struct GstSDPZone {
pub time: *mut c_char,
pub typed_time: *mut c_char,
}
Fields§
§time: *mut c_char
§typed_time: *mut c_char
Trait Implementations§
source§impl Clone for GstSDPZone
impl Clone for GstSDPZone
source§fn clone(&self) -> GstSDPZone
fn clone(&self) -> GstSDPZone
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstSDPZone
impl Debug for GstSDPZone
impl Copy for GstSDPZone
Auto Trait Implementations§
impl Freeze for GstSDPZone
impl RefUnwindSafe for GstSDPZone
impl !Send for GstSDPZone
impl !Sync for GstSDPZone
impl Unpin for GstSDPZone
impl UnwindSafe for GstSDPZone
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)