pub struct WireDeviceAddressStability { /* private fields */ }
Expand description
The wire type corresponding to DeviceAddressStability
.
Implementations§
Trait Implementations§
Source§impl Clone for WireDeviceAddressStability
impl Clone for WireDeviceAddressStability
Source§fn clone(&self) -> WireDeviceAddressStability
fn clone(&self) -> WireDeviceAddressStability
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 WireDeviceAddressStability
impl Debug for WireDeviceAddressStability
Source§impl<___D> Decode<___D> for WireDeviceAddressStabilitywhere
___D: ?Sized,
impl<___D> Decode<___D> for WireDeviceAddressStabilitywhere
___D: ?Sized,
Source§impl From<DeviceAddressStability> for WireDeviceAddressStability
impl From<DeviceAddressStability> for WireDeviceAddressStability
Source§fn from(natural: DeviceAddressStability) -> Self
fn from(natural: DeviceAddressStability) -> Self
Converts to this type from the input type.
Source§impl From<WireDeviceAddressStability> for DeviceAddressStability
impl From<WireDeviceAddressStability> for DeviceAddressStability
Source§fn from(wire: WireDeviceAddressStability) -> Self
fn from(wire: WireDeviceAddressStability) -> Self
Converts to this type from the input type.
Source§impl TakeFrom<WireDeviceAddressStability> for DeviceAddressStability
impl TakeFrom<WireDeviceAddressStability> for DeviceAddressStability
Source§fn take_from(from: &WireDeviceAddressStability) -> Self
fn take_from(from: &WireDeviceAddressStability) -> 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<WireDeviceAddressStability> for DeviceAddressStability
impl TakeFrom<WireDeviceAddressStability> for DeviceAddressStability
Source§fn take_from(from: &WireDeviceAddressStability) -> Self
fn take_from(from: &WireDeviceAddressStability) -> 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 WireDeviceAddressStability
impl ZeroPadding for WireDeviceAddressStability
Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for WireDeviceAddressStability
impl Eq for WireDeviceAddressStability
impl StructuralPartialEq for WireDeviceAddressStability
Auto Trait Implementations§
impl Freeze for WireDeviceAddressStability
impl RefUnwindSafe for WireDeviceAddressStability
impl Send for WireDeviceAddressStability
impl Sync for WireDeviceAddressStability
impl Unpin for WireDeviceAddressStability
impl UnwindSafe for WireDeviceAddressStability
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