#[repr(C)]pub struct WireDeviceGetHardwareIdResponse {
pub response: WireU32,
}
Expand description
The wire type corresponding to DeviceGetHardwareIdResponse
.
Fields§
§response: WireU32
Trait Implementations§
Source§impl Clone for WireDeviceGetHardwareIdResponse
impl Clone for WireDeviceGetHardwareIdResponse
Source§fn clone(&self) -> WireDeviceGetHardwareIdResponse
fn clone(&self) -> WireDeviceGetHardwareIdResponse
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<___D> Decode<___D> for WireDeviceGetHardwareIdResponsewhere
___D: InternalHandleDecoder + ?Sized,
impl<___D> Decode<___D> for WireDeviceGetHardwareIdResponsewhere
___D: InternalHandleDecoder + ?Sized,
Source§impl FromWire<WireDeviceGetHardwareIdResponse> for DeviceGetHardwareIdResponse
impl FromWire<WireDeviceGetHardwareIdResponse> for DeviceGetHardwareIdResponse
Source§const COPY_OPTIMIZATION: CopyOptimization<WireDeviceGetHardwareIdResponse, Self>
const COPY_OPTIMIZATION: CopyOptimization<WireDeviceGetHardwareIdResponse, Self>
Source§fn from_wire(wire: WireDeviceGetHardwareIdResponse) -> Self
fn from_wire(wire: WireDeviceGetHardwareIdResponse) -> Self
Converts the given
wire
to this type.Source§impl FromWireRef<WireDeviceGetHardwareIdResponse> for DeviceGetHardwareIdResponse
impl FromWireRef<WireDeviceGetHardwareIdResponse> for DeviceGetHardwareIdResponse
Source§fn from_wire_ref(wire: &WireDeviceGetHardwareIdResponse) -> Self
fn from_wire_ref(wire: &WireDeviceGetHardwareIdResponse) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireDeviceGetHardwareIdResponse
impl Wire for WireDeviceGetHardwareIdResponse
Source§type Decoded<'de> = WireDeviceGetHardwareIdResponse
type Decoded<'de> = WireDeviceGetHardwareIdResponse
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 Freeze for WireDeviceGetHardwareIdResponse
impl RefUnwindSafe for WireDeviceGetHardwareIdResponse
impl Send for WireDeviceGetHardwareIdResponse
impl Sync for WireDeviceGetHardwareIdResponse
impl Unpin for WireDeviceGetHardwareIdResponse
impl UnwindSafe for WireDeviceGetHardwareIdResponse
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