Enum target_lexicon::Size [−][src]
pub enum Size {
U8,
U16,
U32,
U64,
}The size of a type.
Variants
Implementations
impl Size[src]
impl Size[src]Trait Implementations
impl Clone for Size[src]
impl Clone for Size[src]fn clone(&self) -> Size[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Size[src]
impl Eq for Size[src]
impl StructuralEq for Size[src]
impl StructuralPartialEq for Size[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
The resulting type after obtaining ownership.