Struct gstreamer_sdp_sys::GstSDPBandwidth
source · [−]Fields
bwtype: *mut c_charbandwidth: c_uintTrait Implementations
sourceimpl Clone for GstSDPBandwidth
impl Clone for GstSDPBandwidth
sourcefn clone(&self) -> GstSDPBandwidth
fn clone(&self) -> GstSDPBandwidth
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstSDPBandwidth
impl Debug for GstSDPBandwidth
impl Copy for GstSDPBandwidth
Auto Trait Implementations
impl RefUnwindSafe for GstSDPBandwidth
impl !Send for GstSDPBandwidth
impl !Sync for GstSDPBandwidth
impl Unpin for GstSDPBandwidth
impl UnwindSafe for GstSDPBandwidth
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more