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