#[repr(C)]pub struct kbitset_t {
pub n: size_t,
pub n_max: size_t,
pub b: [c_ulong; 1],
}
Fields§
§n: size_t
§n_max: size_t
§b: [c_ulong; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for kbitset_t
impl RefUnwindSafe for kbitset_t
impl Send for kbitset_t
impl Sync for kbitset_t
impl Unpin for kbitset_t
impl UnwindSafe for kbitset_t
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