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