pub struct U32Ne(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BytesCast for U32Ne
impl BytesCast for U32Ne
Source§fn from_bytes(bytes: &[u8]) -> Result<(&Self, &[u8]), FromBytesError>where
Self: Sized,
fn from_bytes(bytes: &[u8]) -> Result<(&Self, &[u8]), FromBytesError>where
Self: Sized,
Interpret the start of the given slice of bytes as reference to this
type. Read more
Source§fn slice_from_bytes(
bytes: &[u8],
slice_len: usize,
) -> Result<(&[Self], &[u8]), FromBytesError>where
Self: Sized,
fn slice_from_bytes(
bytes: &[u8],
slice_len: usize,
) -> Result<(&[Self], &[u8]), FromBytesError>where
Self: Sized,
Interpret the start of the given slice of bytes as slice of this type. Read more
impl Copy for U32Ne
impl Eq for U32Ne
impl StructuralPartialEq for U32Ne
Auto Trait Implementations§
impl Freeze for U32Ne
impl RefUnwindSafe for U32Ne
impl Send for U32Ne
impl Sync for U32Ne
impl Unpin for U32Ne
impl UnwindSafe for U32Ne
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