pub struct ReadDataBlockSize { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ReadDataBlockSize
impl Clone for ReadDataBlockSize
Source§fn clone(&self) -> ReadDataBlockSize
fn clone(&self) -> ReadDataBlockSize
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 ReadDataBlockSize
impl Debug for ReadDataBlockSize
Source§impl From<ReadDataBlockSize> for Bytes
impl From<ReadDataBlockSize> for Bytes
Source§fn from(packet: ReadDataBlockSize) -> Self
fn from(packet: ReadDataBlockSize) -> Self
Converts to this type from the input type.
Source§impl From<ReadDataBlockSize> for Command
impl From<ReadDataBlockSize> for Command
Source§fn from(packet: ReadDataBlockSize) -> Command
fn from(packet: ReadDataBlockSize) -> Command
Converts to this type from the input type.
Source§impl From<ReadDataBlockSize> for Vec<u8>
impl From<ReadDataBlockSize> for Vec<u8>
Source§fn from(packet: ReadDataBlockSize) -> Self
fn from(packet: ReadDataBlockSize) -> Self
Converts to this type from the input type.
Source§impl From<ReadDataBlockSizeBuilder> for ReadDataBlockSize
impl From<ReadDataBlockSizeBuilder> for ReadDataBlockSize
Source§fn from(builder: ReadDataBlockSizeBuilder) -> ReadDataBlockSize
fn from(builder: ReadDataBlockSizeBuilder) -> ReadDataBlockSize
Converts to this type from the input type.
Source§impl Packet for ReadDataBlockSize
impl Packet for ReadDataBlockSize
Source§impl PartialEq for ReadDataBlockSize
impl PartialEq for ReadDataBlockSize
Source§impl TryFrom<Command> for ReadDataBlockSize
impl TryFrom<Command> for ReadDataBlockSize
impl Eq for ReadDataBlockSize
impl StructuralPartialEq for ReadDataBlockSize
Auto Trait Implementations§
impl !Freeze for ReadDataBlockSize
impl RefUnwindSafe for ReadDataBlockSize
impl Send for ReadDataBlockSize
impl Sync for ReadDataBlockSize
impl Unpin for ReadDataBlockSize
impl UnwindSafe for ReadDataBlockSize
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more