Struct GstCaps Features
Source pub struct GstCapsFeatures { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GstCapsFeatures
impl !Sync for GstCapsFeatures
impl !Unpin for GstCapsFeatures
impl Freeze for GstCapsFeatures
impl RefUnwindSafe for GstCapsFeatures
impl UnsafeUnpin 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