Struct gstreamer_sys::GstCapsFeatures
source · #[repr(C)]pub struct GstCapsFeatures { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstCapsFeatures
impl RefUnwindSafe for GstCapsFeatures
impl !Send for GstCapsFeatures
impl !Sync for GstCapsFeatures
impl !Unpin for GstCapsFeatures
impl UnwindSafe for GstCapsFeatures
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