pub struct I128Be(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BytesCast for I128Be
impl BytesCast for I128Be
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 I128Be
impl Eq for I128Be
impl StructuralPartialEq for I128Be
Auto Trait Implementations§
impl Freeze for I128Be
impl RefUnwindSafe for I128Be
impl Send for I128Be
impl Sync for I128Be
impl Unpin for I128Be
impl UnwindSafe for I128Be
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