pub struct AllocatorGetVmoInfoRequest {
pub vmo: Option<Vmo>,
pub need_weak: Option<bool>,
pub need_single_buffer_settings: Option<bool>,
pub constraints_to_check: Option<BufferCollectionConstraints>,
pub vmo_settings_to_check: Option<Vmo>,
pub vmo_settings_to_check_ignore_size: Option<bool>,
}Fields§
§vmo: Option<Vmo>§need_weak: Option<bool>§need_single_buffer_settings: Option<bool>§constraints_to_check: Option<BufferCollectionConstraints>§vmo_settings_to_check: Option<Vmo>§vmo_settings_to_check_ignore_size: Option<bool>Trait Implementations§
Source§impl Debug for AllocatorGetVmoInfoRequest
impl Debug for AllocatorGetVmoInfoRequest
Source§impl Default for AllocatorGetVmoInfoRequest
impl Default for AllocatorGetVmoInfoRequest
Source§fn default() -> AllocatorGetVmoInfoRequest
fn default() -> AllocatorGetVmoInfoRequest
Returns the “default value” for a type. Read more
Source§impl<___E> Encode<AllocatorGetVmoInfoRequest<'static>, ___E> for AllocatorGetVmoInfoRequestwhere
___E: Encoder + ?Sized + HandleEncoder,
impl<___E> Encode<AllocatorGetVmoInfoRequest<'static>, ___E> for AllocatorGetVmoInfoRequestwhere
___E: Encoder + ?Sized + HandleEncoder,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<AllocatorGetVmoInfoRequest<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<AllocatorGetVmoInfoRequest<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'de> FromWire<AllocatorGetVmoInfoRequest<'de>> for AllocatorGetVmoInfoRequest
impl<'de> FromWire<AllocatorGetVmoInfoRequest<'de>> for AllocatorGetVmoInfoRequest
Source§fn from_wire(wire_: AllocatorGetVmoInfoRequest<'de>) -> Self
fn from_wire(wire_: AllocatorGetVmoInfoRequest<'de>) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl PartialEq for AllocatorGetVmoInfoRequest
impl PartialEq for AllocatorGetVmoInfoRequest
Source§fn eq(&self, other: &AllocatorGetVmoInfoRequest) -> bool
fn eq(&self, other: &AllocatorGetVmoInfoRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AllocatorGetVmoInfoRequest
Auto Trait Implementations§
impl Freeze for AllocatorGetVmoInfoRequest
impl RefUnwindSafe for AllocatorGetVmoInfoRequest
impl Send for AllocatorGetVmoInfoRequest
impl Sync for AllocatorGetVmoInfoRequest
impl Unpin for AllocatorGetVmoInfoRequest
impl UnsafeUnpin for AllocatorGetVmoInfoRequest
impl UnwindSafe for AllocatorGetVmoInfoRequest
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, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value 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]