pub struct WriteFrameLowLevel {}
Trait Implementations§
Source§impl Clone for WriteFrameLowLevel
impl Clone for WriteFrameLowLevel
Source§fn clone(&self) -> WriteFrameLowLevel
fn clone(&self) -> WriteFrameLowLevel
Returns a copy 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 WriteFrameLowLevel
impl Debug for WriteFrameLowLevel
Source§impl Default for WriteFrameLowLevel
impl Default for WriteFrameLowLevel
Source§fn default() -> WriteFrameLowLevel
fn default() -> WriteFrameLowLevel
Returns the “default value” for a type. Read more
Source§impl FromByteSlice for WriteFrameLowLevel
impl FromByteSlice for WriteFrameLowLevel
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]) -> WriteFrameLowLevel
fn from_le_byte_slice(_bytes: &[u8]) -> WriteFrameLowLevel
Deserialize the implementing type from a byte slice.
Source§impl Hash for WriteFrameLowLevel
impl Hash for WriteFrameLowLevel
Source§impl PartialEq for WriteFrameLowLevel
impl PartialEq for WriteFrameLowLevel
impl Copy for WriteFrameLowLevel
impl Eq for WriteFrameLowLevel
impl StructuralPartialEq for WriteFrameLowLevel
Auto Trait Implementations§
impl Freeze for WriteFrameLowLevel
impl RefUnwindSafe for WriteFrameLowLevel
impl Send for WriteFrameLowLevel
impl Sync for WriteFrameLowLevel
impl Unpin for WriteFrameLowLevel
impl UnwindSafe for WriteFrameLowLevel
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