pub struct WriteBlackWhiteLowLevel {}
Trait Implementations§
Source§impl Clone for WriteBlackWhiteLowLevel
impl Clone for WriteBlackWhiteLowLevel
Source§fn clone(&self) -> WriteBlackWhiteLowLevel
fn clone(&self) -> WriteBlackWhiteLowLevel
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 WriteBlackWhiteLowLevel
impl Debug for WriteBlackWhiteLowLevel
Source§impl Default for WriteBlackWhiteLowLevel
impl Default for WriteBlackWhiteLowLevel
Source§fn default() -> WriteBlackWhiteLowLevel
fn default() -> WriteBlackWhiteLowLevel
Returns the “default value” for a type. Read more
Source§impl FromByteSlice for WriteBlackWhiteLowLevel
impl FromByteSlice for WriteBlackWhiteLowLevel
Source§fn bytes_expected() -> usize
fn bytes_expected() -> usize
Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
Source§fn from_le_byte_slice(_bytes: &[u8]) -> WriteBlackWhiteLowLevel
fn from_le_byte_slice(_bytes: &[u8]) -> WriteBlackWhiteLowLevel
Deserialize the implementing type from a byte slice.
Source§impl Hash for WriteBlackWhiteLowLevel
impl Hash for WriteBlackWhiteLowLevel
Source§impl PartialEq for WriteBlackWhiteLowLevel
impl PartialEq for WriteBlackWhiteLowLevel
impl Copy for WriteBlackWhiteLowLevel
impl Eq for WriteBlackWhiteLowLevel
impl StructuralPartialEq for WriteBlackWhiteLowLevel
Auto Trait Implementations§
impl Freeze for WriteBlackWhiteLowLevel
impl RefUnwindSafe for WriteBlackWhiteLowLevel
impl Send for WriteBlackWhiteLowLevel
impl Sync for WriteBlackWhiteLowLevel
impl Unpin for WriteBlackWhiteLowLevel
impl UnwindSafe for WriteBlackWhiteLowLevel
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