pub struct Information { /* private fields */ }Trait Implementations§
Source§impl Bytes<Origin, Origin> for Information
impl Bytes<Origin, Origin> for Information
const BYTES_SIZE: usize = 8usize
fn to_bytes(&self, endianness: bool) -> [u8; 8]
fn from_bytes(bytes: [u8; 8], endianness: bool) -> Self
fn to_le_bytes(&self) -> [u8; Self::BYTES_SIZE]
fn to_be_bytes(&self) -> [u8; Self::BYTES_SIZE]
fn from_le_bytes(bytes: [u8; Self::BYTES_SIZE]) -> Selfwhere
Self: Sized,
fn from_be_bytes(bytes: [u8; Self::BYTES_SIZE]) -> Selfwhere
Self: Sized,
Source§impl Clone for Information
impl Clone for Information
Source§fn clone(&self) -> Information
fn clone(&self) -> Information
Returns a duplicate 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 Information
impl Debug for Information
impl Copy for Information
Auto Trait Implementations§
impl Freeze for Information
impl RefUnwindSafe for Information
impl Send for Information
impl Sync for Information
impl Unpin for Information
impl UnwindSafe for Information
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