#[repr(C)]pub struct slotBitMap {
pub maxid: c_ushort,
pub map: [c_char; 1],
}Fields§
§maxid: c_ushort§map: [c_char; 1]Trait Implementations§
Source§impl Clone for slotBitMap
impl Clone for slotBitMap
Source§fn clone(&self) -> slotBitMap
fn clone(&self) -> slotBitMap
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for slotBitMap
impl Debug for slotBitMap
Source§impl Default for slotBitMap
impl Default for slotBitMap
Source§fn default() -> slotBitMap
fn default() -> slotBitMap
Returns the “default value” for a type. Read more
impl Copy for slotBitMap
Auto Trait Implementations§
impl Freeze for slotBitMap
impl RefUnwindSafe for slotBitMap
impl Send for slotBitMap
impl Sync for slotBitMap
impl Unpin for slotBitMap
impl UnwindSafe for slotBitMap
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