#[repr(C)]pub struct WireDeviceCategory<'de> { /* private fields */ }
Expand description
The wire type corresponding to DeviceCategory
.
Implementations§
Source§impl<'de> WireDeviceCategory<'de>
impl<'de> WireDeviceCategory<'de>
Trait Implementations§
Source§impl<'de> Debug for WireDeviceCategory<'de>
impl<'de> Debug for WireDeviceCategory<'de>
Source§impl<___D> Decode<___D> for WireDeviceCategory<'static>where
___D: Decoder + ?Sized,
impl<___D> Decode<___D> for WireDeviceCategory<'static>where
___D: Decoder + ?Sized,
Source§impl<'de> Drop for WireDeviceCategory<'de>
impl<'de> Drop for WireDeviceCategory<'de>
Source§impl<'de> FromWire<WireDeviceCategory<'de>> for DeviceCategory
impl<'de> FromWire<WireDeviceCategory<'de>> for DeviceCategory
Source§fn from_wire(wire: WireDeviceCategory<'de>) -> Self
fn from_wire(wire: WireDeviceCategory<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<WireDeviceCategory<'de>> for DeviceCategory
impl<'de> FromWireRef<WireDeviceCategory<'de>> for DeviceCategory
Source§fn from_wire_ref(wire: &WireDeviceCategory<'de>) -> Self
fn from_wire_ref(wire: &WireDeviceCategory<'de>) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireDeviceCategory<'static>
impl Wire for WireDeviceCategory<'static>
Source§type Decoded<'de> = WireDeviceCategory<'de>
type Decoded<'de> = WireDeviceCategory<'de>
The decoded wire type, restricted to the
'de
lifetime.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<'de> Freeze for WireDeviceCategory<'de>
impl<'de> RefUnwindSafe for WireDeviceCategory<'de>
impl<'de> !Send for WireDeviceCategory<'de>
impl<'de> !Sync for WireDeviceCategory<'de>
impl<'de> Unpin for WireDeviceCategory<'de>
impl<'de> !UnwindSafe for WireDeviceCategory<'de>
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