#[repr(C)]pub struct bitmask {
pub size: c_ulong,
pub maskp: *mut c_ulong,
}Fields§
§size: c_ulong§maskp: *mut c_ulongTrait Implementations§
impl Copy for bitmask
impl StructuralPartialEq for bitmask
Auto Trait Implementations§
impl Freeze for bitmask
impl RefUnwindSafe for bitmask
impl !Send for bitmask
impl !Sync for bitmask
impl Unpin for bitmask
impl UnwindSafe for bitmask
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