#[repr(C)]pub struct SharedVmoRegisterRegisterVmoRequest {
pub vmo_id: Uint32,
pub vmo: Range,
pub rights: SharedVmoRight,
}Expand description
The wire type corresponding to SharedVmoRegisterRegisterVmoRequest.
Fields§
§vmo_id: Uint32§vmo: Range§rights: SharedVmoRightTrait Implementations§
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<SharedVmoRegisterRegisterVmoRequest>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<SharedVmoRegisterRegisterVmoRequest>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<SharedVmoRegisterRegisterVmoRequest>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<SharedVmoRegisterRegisterVmoRequest>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§fn from_wire(wire: SharedVmoRegisterRegisterVmoRequest) -> Self
fn from_wire(wire: SharedVmoRegisterRegisterVmoRequest) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§type Natural = SharedVmoRegisterRegisterVmoRequest
type Natural = SharedVmoRegisterRegisterVmoRequest
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§type Narrowed<'de> = SharedVmoRegisterRegisterVmoRequest
type Narrowed<'de> = SharedVmoRegisterRegisterVmoRequest
The narrowed 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§
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
§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]