#[repr(u8)]pub enum IndexSize {
Bit8 = 1,
Bit16 = 2,
Bit32 = 4,
}Variants§
Implementations§
Source§impl IndexSize
impl IndexSize
pub fn from_count_u(count: u32) -> Self
pub fn from_count_i(count: u32) -> Self
Trait Implementations§
impl Copy for IndexSize
impl Eq for IndexSize
impl StructuralPartialEq for IndexSize
Auto Trait Implementations§
impl Freeze for IndexSize
impl RefUnwindSafe for IndexSize
impl Send for IndexSize
impl Sync for IndexSize
impl Unpin for IndexSize
impl UnsafeUnpin for IndexSize
impl UnwindSafe for IndexSize
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