[][src]Struct vm_memory::endian::LeSize

pub struct LeSize(_);

An unsigned integer type of with an explicit endianness.

See module level documentation for examples.

Implementations

impl LeSize[src]

pub fn to_native(self) -> usize[src]

Converts self to the native endianness.

Trait Implementations

impl ByteValued for LeSize[src]

impl Clone for LeSize[src]

impl Copy for LeSize[src]

impl Debug for LeSize[src]

impl Default for LeSize[src]

impl Eq for LeSize[src]

impl From<usize> for LeSize[src]

impl Into<usize> for LeSize[src]

impl PartialEq<LeSize> for LeSize[src]

impl PartialEq<LeSize> for usize[src]

impl PartialEq<usize> for LeSize[src]

impl StructuralEq for LeSize[src]

impl StructuralPartialEq for LeSize[src]

Auto Trait Implementations

impl RefUnwindSafe for LeSize

impl Send for LeSize

impl Sync for LeSize

impl Unpin for LeSize

impl UnwindSafe for LeSize

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.