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