pub enum ElemSize {
S1,
S2,
S4,
S8,
}Expand description
LC component element size, in bytes
Variants§
Trait Implementations§
impl Copy for ElemSize
impl Eq for ElemSize
Source§impl Ord for ElemSize
impl Ord for ElemSize
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ElemSize
impl PartialOrd 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