pub enum ElemSize {
S1,
S2,
S4,
S8,
}Expand description
LC component element size, in bytes
Variants§
Trait Implementations§
Source§impl Ord for ElemSize
impl Ord for ElemSize
Source§impl PartialOrd for ElemSize
impl PartialOrd for ElemSize
impl Copy for ElemSize
impl Eq for ElemSize
impl StructuralPartialEq for ElemSize
Auto Trait Implementations§
impl Freeze for ElemSize
impl RefUnwindSafe for ElemSize
impl Send for ElemSize
impl Sync for ElemSize
impl Unpin for ElemSize
impl UnsafeUnpin for ElemSize
impl UnwindSafe for ElemSize
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