#[repr(C)]pub struct FileGetBackingMemoryResponse {
pub vmo: Vmo,
}Fields§
§vmo: VmoTrait Implementations§
Source§impl CompatFrom<FileGetBackingMemoryResponse> for FileGetBackingMemoryResponse
impl CompatFrom<FileGetBackingMemoryResponse> for FileGetBackingMemoryResponse
Source§fn compat_from(value: FileGetBackingMemoryResponse) -> Self
fn compat_from(value: FileGetBackingMemoryResponse) -> Self
Converts
value into a value of this type.Source§impl CompatFrom<FileGetBackingMemoryResponse> for FileGetBackingMemoryResponse
impl CompatFrom<FileGetBackingMemoryResponse> for FileGetBackingMemoryResponse
Source§fn compat_from(value: FileGetBackingMemoryResponse) -> Self
fn compat_from(value: FileGetBackingMemoryResponse) -> Self
Converts
value into a value of this type.Source§impl Debug for FileGetBackingMemoryResponse
impl Debug for FileGetBackingMemoryResponse
Source§impl<___E> Encode<FileGetBackingMemoryResponse, ___E> for FileGetBackingMemoryResponsewhere
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
impl<___E> Encode<FileGetBackingMemoryResponse, ___E> for FileGetBackingMemoryResponsewhere
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
Source§const COPY_OPTIMIZATION: CopyOptimization<Self, FileGetBackingMemoryResponse>
const COPY_OPTIMIZATION: CopyOptimization<Self, FileGetBackingMemoryResponse>
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<FileGetBackingMemoryResponse>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<FileGetBackingMemoryResponse>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
Source§impl<___E> EncodeOption<WireBox<'static, FileGetBackingMemoryResponse>, ___E> for FileGetBackingMemoryResponsewhere
___E: Encoder + ?Sized,
FileGetBackingMemoryResponse: Encode<FileGetBackingMemoryResponse, ___E>,
impl<___E> EncodeOption<WireBox<'static, FileGetBackingMemoryResponse>, ___E> for FileGetBackingMemoryResponsewhere
___E: Encoder + ?Sized,
FileGetBackingMemoryResponse: Encode<FileGetBackingMemoryResponse, ___E>,
Source§fn encode_option(
this: Option<Self>,
encoder: &mut ___E,
out: &mut MaybeUninit<WireBox<'static, FileGetBackingMemoryResponse>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<Self>, encoder: &mut ___E, out: &mut MaybeUninit<WireBox<'static, FileGetBackingMemoryResponse>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl FromWire<FileGetBackingMemoryResponse> for FileGetBackingMemoryResponse
impl FromWire<FileGetBackingMemoryResponse> for FileGetBackingMemoryResponse
Source§const COPY_OPTIMIZATION: CopyOptimization<FileGetBackingMemoryResponse, Self>
const COPY_OPTIMIZATION: CopyOptimization<FileGetBackingMemoryResponse, Self>
Source§fn from_wire(wire: FileGetBackingMemoryResponse) -> Self
fn from_wire(wire: FileGetBackingMemoryResponse) -> Self
Converts the given
wire to this type.Source§impl PartialEq for FileGetBackingMemoryResponse
impl PartialEq for FileGetBackingMemoryResponse
Source§fn eq(&self, other: &FileGetBackingMemoryResponse) -> bool
fn eq(&self, other: &FileGetBackingMemoryResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FileGetBackingMemoryResponse
Auto Trait Implementations§
impl Freeze for FileGetBackingMemoryResponse
impl RefUnwindSafe for FileGetBackingMemoryResponse
impl Send for FileGetBackingMemoryResponse
impl Sync for FileGetBackingMemoryResponse
impl Unpin for FileGetBackingMemoryResponse
impl UnwindSafe for FileGetBackingMemoryResponse
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, W> FromWireOption<WireBox<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<WireBox<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: WireBox<'_, W>) -> Option<T>
fn from_wire_option(wire: WireBox<'_, W>) -> Option<T>
Converts the given
wire to an option of this type.§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]