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