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