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