#[repr(C)]pub struct BitStruct {
pub m_bits: Array<u8>,
}Expand description
Fields§
§m_bits: Array<u8>Implementations§
Source§impl BitStruct
impl BitStruct
Source§impl BitStruct
impl BitStruct
pub fn ctor_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
pub fn get_item_method_info() -> &'static MethodInfo
pub fn set_item_method_info() -> &'static MethodInfo
pub fn get_method_info() -> &'static MethodInfo
pub fn set_method_info() -> &'static MethodInfo
pub fn set_2_method_info() -> &'static MethodInfo
pub fn clear_method_info() -> &'static MethodInfo
pub fn set_all_method_info() -> &'static MethodInfo
pub fn fill_method_info() -> &'static MethodInfo
pub fn clear_2_method_info() -> &'static MethodInfo
pub fn clear_3_method_info() -> &'static MethodInfo
pub fn fill_2_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for BitStruct
impl ClassIdentity for BitStruct
impl Copy for BitStruct
Auto Trait Implementations§
impl Freeze for BitStruct
impl RefUnwindSafe for BitStruct
impl Send for BitStruct
impl Sync for BitStruct
impl Unpin for BitStruct
impl UnwindSafe for BitStruct
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)