Struct GstSDP Zone
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_charTrait Implementations§
Source§impl Clone for GstSDPZone
impl Clone for GstSDPZone
Source§fn clone(&self) -> GstSDPZone
fn clone(&self) -> GstSDPZone
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstSDPZone
Auto Trait Implementations§
impl !Send for GstSDPZone
impl !Sync for GstSDPZone
impl Freeze for GstSDPZone
impl RefUnwindSafe for GstSDPZone
impl Unpin for GstSDPZone
impl UnsafeUnpin 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