Struct vm_memory::endian::Le64 [−][src]
pub struct Le64(_);
Expand description
An unsigned integer type of with an explicit endianness.
See module level documentation for examples.
Implementations
Trait Implementations
Converts a slice of raw data into a reference of Self
. Read more
Converts a mutable slice of raw data into a mutable reference of Self
. Read more
Converts a mutable reference to self
into a mutable slice of bytes. Read more
Converts a mutable reference to self
into a VolatileSlice
. This is
useful because VolatileSlice
provides a Bytes<usize>
implementation. Read more
Auto Trait Implementations
impl RefUnwindSafe for Le64
impl UnwindSafe for Le64
Blanket Implementations
Mutably borrows from an owned value. Read more