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