#[repr(C)]pub struct BitTableData {
pub data: Vec<u8>,
pub rows: u64,
pub cols: u64,
pub bit_packed: bool,
}Fields§
§data: Vec<u8>§rows: u64§cols: u64§bit_packed: boolTrait Implementations§
Source§impl ExternType for BitTableData
impl ExternType for BitTableData
Auto Trait Implementations§
impl Freeze for BitTableData
impl RefUnwindSafe for BitTableData
impl Send for BitTableData
impl Sync for BitTableData
impl Unpin for BitTableData
impl UnsafeUnpin for BitTableData
impl UnwindSafe for BitTableData
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