pub struct WireDeviceAddress { /* private fields */ }
Expand description
The wire type corresponding to DeviceAddress
.
Implementations§
Trait Implementations§
Source§impl Debug for WireDeviceAddress
impl Debug for WireDeviceAddress
Source§impl<___D> Decode<___D> for WireDeviceAddresswhere
___D: InternalHandleDecoder + ?Sized + Decoder,
impl<___D> Decode<___D> for WireDeviceAddresswhere
___D: InternalHandleDecoder + ?Sized + Decoder,
Source§impl TakeFrom<WireDeviceAddress> for DeviceAddress
impl TakeFrom<WireDeviceAddress> for DeviceAddress
Source§fn take_from(from: &WireDeviceAddress) -> Self
fn take_from(from: &WireDeviceAddress) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireDeviceAddress> for DeviceAddress
impl TakeFrom<WireDeviceAddress> for DeviceAddress
Source§fn take_from(from: &WireDeviceAddress) -> Self
fn take_from(from: &WireDeviceAddress) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireDeviceAddress
impl ZeroPadding for WireDeviceAddress
Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl Freeze for WireDeviceAddress
impl RefUnwindSafe for WireDeviceAddress
impl !Send for WireDeviceAddress
impl !Sync for WireDeviceAddress
impl Unpin for WireDeviceAddress
impl UnwindSafe for WireDeviceAddress
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