pub struct PrimitiveLayout { /* private fields */ }
Expand description
The layout for a primitive type. The bytes will be reversed if the target is big endian.
Implementations§
Trait Implementations§
Source§impl Clone for PrimitiveLayout
impl Clone for PrimitiveLayout
Source§fn clone(&self) -> PrimitiveLayout
fn clone(&self) -> PrimitiveLayout
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PrimitiveLayout
impl Debug for PrimitiveLayout
impl Copy for PrimitiveLayout
Auto Trait Implementations§
impl Freeze for PrimitiveLayout
impl RefUnwindSafe for PrimitiveLayout
impl Send for PrimitiveLayout
impl Sync for PrimitiveLayout
impl Unpin for PrimitiveLayout
impl UnwindSafe for PrimitiveLayout
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