pub struct OfferFlags(/* private fields */);
Implementations§
Source§impl OfferFlags
impl OfferFlags
Sourcepub const fn enumerate_device_interface(&self) -> bool
pub const fn enumerate_device_interface(&self) -> bool
Bits: 0..1
Sourcepub const fn with_enumerate_device_interface_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_enumerate_device_interface_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 0..1
Sourcepub const fn with_enumerate_device_interface(self, value: bool) -> Self
pub const fn with_enumerate_device_interface(self, value: bool) -> Self
Bits: 0..1
Sourcepub const fn set_enumerate_device_interface(&mut self, value: bool)
pub const fn set_enumerate_device_interface(&mut self, value: bool)
Bits: 0..1
Sourcepub const fn set_enumerate_device_interface_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_enumerate_device_interface_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 0..1
Sourcepub const fn confidential_ring_buffer(&self) -> bool
pub const fn confidential_ring_buffer(&self) -> bool
Indicates the channel must use an encrypted ring buffer on a hardware-isolated VM.
Bits: 1..2
Sourcepub const fn with_confidential_ring_buffer_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_confidential_ring_buffer_checked( self, value: bool, ) -> Result<Self, ()>
Indicates the channel must use an encrypted ring buffer on a hardware-isolated VM.
Bits: 1..2
Sourcepub const fn with_confidential_ring_buffer(self, value: bool) -> Self
pub const fn with_confidential_ring_buffer(self, value: bool) -> Self
Indicates the channel must use an encrypted ring buffer on a hardware-isolated VM.
Bits: 1..2
Sourcepub const fn set_confidential_ring_buffer(&mut self, value: bool)
pub const fn set_confidential_ring_buffer(&mut self, value: bool)
Indicates the channel must use an encrypted ring buffer on a hardware-isolated VM.
Bits: 1..2
Sourcepub const fn set_confidential_ring_buffer_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_confidential_ring_buffer_checked( &mut self, value: bool, ) -> Result<(), ()>
Indicates the channel must use an encrypted ring buffer on a hardware-isolated VM.
Bits: 1..2
Sourcepub const fn confidential_external_memory(&self) -> bool
pub const fn confidential_external_memory(&self) -> bool
Indicates the channel must use encrypted additional GPADLs and GPA direct ranges on a hardware-isolated VM.
Bits: 2..3
Sourcepub const fn with_confidential_external_memory_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_confidential_external_memory_checked( self, value: bool, ) -> Result<Self, ()>
Indicates the channel must use encrypted additional GPADLs and GPA direct ranges on a hardware-isolated VM.
Bits: 2..3
Sourcepub const fn with_confidential_external_memory(self, value: bool) -> Self
pub const fn with_confidential_external_memory(self, value: bool) -> Self
Indicates the channel must use encrypted additional GPADLs and GPA direct ranges on a hardware-isolated VM.
Bits: 2..3
Sourcepub const fn set_confidential_external_memory(&mut self, value: bool)
pub const fn set_confidential_external_memory(&mut self, value: bool)
Indicates the channel must use encrypted additional GPADLs and GPA direct ranges on a hardware-isolated VM.
Bits: 2..3
Sourcepub const fn set_confidential_external_memory_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_confidential_external_memory_checked( &mut self, value: bool, ) -> Result<(), ()>
Indicates the channel must use encrypted additional GPADLs and GPA direct ranges on a hardware-isolated VM.
Bits: 2..3
Sourcepub const fn named_pipe_mode(&self) -> bool
pub const fn named_pipe_mode(&self) -> bool
Bits: 4..5
Sourcepub const fn with_named_pipe_mode_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_named_pipe_mode_checked(self, value: bool) -> Result<Self, ()>
Bits: 4..5
Sourcepub const fn with_named_pipe_mode(self, value: bool) -> Self
pub const fn with_named_pipe_mode(self, value: bool) -> Self
Bits: 4..5
Sourcepub const fn set_named_pipe_mode(&mut self, value: bool)
pub const fn set_named_pipe_mode(&mut self, value: bool)
Bits: 4..5
Sourcepub const fn set_named_pipe_mode_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_named_pipe_mode_checked( &mut self, value: bool, ) -> Result<(), ()>
Bits: 4..5
Sourcepub const fn tlnpi_provider(&self) -> bool
pub const fn tlnpi_provider(&self) -> bool
Bits: 13..14
Sourcepub const fn with_tlnpi_provider_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_tlnpi_provider_checked(self, value: bool) -> Result<Self, ()>
Bits: 13..14
Sourcepub const fn with_tlnpi_provider(self, value: bool) -> Self
pub const fn with_tlnpi_provider(self, value: bool) -> Self
Bits: 13..14
Sourcepub const fn set_tlnpi_provider(&mut self, value: bool)
pub const fn set_tlnpi_provider(&mut self, value: bool)
Bits: 13..14
Trait Implementations§
Source§impl Clone for OfferFlags
impl Clone for OfferFlags
Source§fn clone(&self) -> OfferFlags
fn clone(&self) -> OfferFlags
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for OfferFlags
impl Debug for OfferFlags
Source§impl Default for OfferFlags
impl Default for OfferFlags
Source§impl DefaultEncoding for OfferFlags
impl DefaultEncoding for OfferFlags
Source§type Encoding = TransparentEncoding<<u16 as DefaultEncoding>::Encoding>
type Encoding = TransparentEncoding<<u16 as DefaultEncoding>::Encoding>
Source§impl From<OfferFlags> for u16
impl From<OfferFlags> for u16
Source§fn from(v: OfferFlags) -> u16
fn from(v: OfferFlags) -> u16
Source§impl From<u16> for OfferFlags
impl From<u16> for OfferFlags
Source§impl FromBytes for OfferFlagswhere
u16: FromBytes,
impl FromBytes for OfferFlagswhere
u16: FromBytes,
§fn ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
fn ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
§fn ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
fn ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
§fn ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: Immutable + KnownLayout,
fn ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: Immutable + KnownLayout,
&Self
. Read more§fn mut_from_bytes(
source: &mut [u8],
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
fn mut_from_bytes(
source: &mut [u8],
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
§fn mut_from_prefix(
source: &mut [u8],
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
fn mut_from_prefix(
source: &mut [u8],
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
§fn mut_from_suffix(
source: &mut [u8],
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
fn mut_from_suffix(
source: &mut [u8],
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
Source§impl FromZeros for OfferFlagswhere
u16: FromZeros,
impl FromZeros for OfferFlagswhere
u16: FromZeros,
§fn new_zeroed() -> Selfwhere
Self: Sized,
fn new_zeroed() -> Selfwhere
Self: Sized,
Self
from zeroed bytes. Read more§fn new_box_zeroed() -> Result<Box<Self>, AllocError>where
Self: Sized,
fn new_box_zeroed() -> Result<Box<Self>, AllocError>where
Self: Sized,
Box<Self>
from zeroed bytes. Read more§fn new_vec_zeroed(len: usize) -> Result<Vec<Self>, AllocError>where
Self: Sized,
fn new_vec_zeroed(len: usize) -> Result<Vec<Self>, AllocError>where
Self: Sized,
Vec<Self>
from zeroed bytes. Read moreSource§impl IntoBytes for OfferFlagswhere
u16: IntoBytes,
impl IntoBytes for OfferFlagswhere
u16: IntoBytes,
§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl KnownLayout for OfferFlagswhere
Self: Sized,
impl KnownLayout for OfferFlagswhere
Self: Sized,
Source§type PointerMetadata = ()
type PointerMetadata = ()
Self
. Read more