pub struct DeviceGetHardwareIdResponse<T0> {
    pub response: T0,
}Fields§
§response: T0Trait Implementations§
Source§impl<___E, T0> Encode<DeviceGetHardwareIdResponse, ___E> for DeviceGetHardwareIdResponse<T0>where
    ___E: InternalHandleEncoder + ?Sized,
    T0: Encode<WireU32, ___E>,
 
impl<___E, T0> Encode<DeviceGetHardwareIdResponse, ___E> for DeviceGetHardwareIdResponse<T0>where
    ___E: InternalHandleEncoder + ?Sized,
    T0: Encode<WireU32, ___E>,
Source§fn encode(
    self,
    encoder_: &mut ___E,
    out_: &mut MaybeUninit<DeviceGetHardwareIdResponse>,
    _: (),
) -> Result<(), EncodeError>
 
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<DeviceGetHardwareIdResponse>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
 
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Auto Trait Implementations§
impl<T0> Freeze for DeviceGetHardwareIdResponse<T0>where
    T0: Freeze,
impl<T0> RefUnwindSafe for DeviceGetHardwareIdResponse<T0>where
    T0: RefUnwindSafe,
impl<T0> Send for DeviceGetHardwareIdResponse<T0>where
    T0: Send,
impl<T0> Sync for DeviceGetHardwareIdResponse<T0>where
    T0: Sync,
impl<T0> Unpin for DeviceGetHardwareIdResponse<T0>where
    T0: Unpin,
impl<T0> UnwindSafe for DeviceGetHardwareIdResponse<T0>where
    T0: UnwindSafe,
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, D> Encode<Ambiguous1, D> for Twhere
    D: ResourceDialect,
 
impl<T, D> Encode<Ambiguous1, D> for Twhere
    D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
    D: ResourceDialect,
 
impl<T, D> Encode<Ambiguous2, D> for Twhere
    D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
 
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
 
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type 
T to [Self]