Enum target_lexicon::Size
source · pub enum Size {
U8,
U16,
U32,
U64,
}
Expand description
The size of a type.
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<Size> for Size
impl PartialEq<Size> for Size
impl Copy for Size
impl Eq for Size
impl StructuralEq for Size
impl StructuralPartialEq for Size
Auto Trait Implementations§
impl RefUnwindSafe for Size
impl Send for Size
impl Sync for Size
impl Unpin for Size
impl UnwindSafe for Size
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