pub struct OpenChannelFlags(/* private fields */);
Implementations§
Source§impl OpenChannelFlags
impl OpenChannelFlags
Sourcepub const fn redirect_interrupt(&self) -> bool
pub const fn redirect_interrupt(&self) -> bool
Indicates the host-to-guest interrupt for this channel should be sent to the redirected VTL and SINT. This has no effect if the server is not using redirection.
Bits: 0..1
Sourcepub const fn with_redirect_interrupt_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_redirect_interrupt_checked( self, value: bool, ) -> Result<Self, ()>
Indicates the host-to-guest interrupt for this channel should be sent to the redirected VTL and SINT. This has no effect if the server is not using redirection.
Bits: 0..1
Sourcepub const fn with_redirect_interrupt(self, value: bool) -> Self
pub const fn with_redirect_interrupt(self, value: bool) -> Self
Indicates the host-to-guest interrupt for this channel should be sent to the redirected VTL and SINT. This has no effect if the server is not using redirection.
Bits: 0..1
Sourcepub const fn set_redirect_interrupt(&mut self, value: bool)
pub const fn set_redirect_interrupt(&mut self, value: bool)
Indicates the host-to-guest interrupt for this channel should be sent to the redirected VTL and SINT. This has no effect if the server is not using redirection.
Bits: 0..1
Sourcepub const fn set_redirect_interrupt_checked(
&mut self,
value: bool,
) -> Result<(), ()>
pub const fn set_redirect_interrupt_checked( &mut self, value: bool, ) -> Result<(), ()>
Indicates the host-to-guest interrupt for this channel should be sent to the redirected VTL and SINT. This has no effect if the server is not using redirection.
Bits: 0..1
Sourcepub const fn with_unused_checked(self, value: u16) -> Result<Self, ()>
pub const fn with_unused_checked(self, value: u16) -> Result<Self, ()>
Bits: 1..16
Sourcepub const fn with_unused(self, value: u16) -> Self
pub const fn with_unused(self, value: u16) -> Self
Bits: 1..16
Sourcepub const fn set_unused(&mut self, value: u16)
pub const fn set_unused(&mut self, value: u16)
Bits: 1..16
Trait Implementations§
Source§impl Clone for OpenChannelFlags
impl Clone for OpenChannelFlags
Source§fn clone(&self) -> OpenChannelFlags
fn clone(&self) -> OpenChannelFlags
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for OpenChannelFlags
impl Debug for OpenChannelFlags
Source§impl Default for OpenChannelFlags
impl Default for OpenChannelFlags
Source§impl From<OpenChannelFlags> for u16
impl From<OpenChannelFlags> for u16
Source§fn from(v: OpenChannelFlags) -> u16
fn from(v: OpenChannelFlags) -> u16
Source§impl From<u16> for OpenChannelFlags
impl From<u16> for OpenChannelFlags
Source§impl FromBytes for OpenChannelFlagswhere
u16: FromBytes,
impl FromBytes for OpenChannelFlagswhere
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 OpenChannelFlagswhere
u16: FromZeros,
impl FromZeros for OpenChannelFlagswhere
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 OpenChannelFlagswhere
u16: IntoBytes,
impl IntoBytes for OpenChannelFlagswhere
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 OpenChannelFlagswhere
Self: Sized,
impl KnownLayout for OpenChannelFlagswhere
Self: Sized,
Source§type PointerMetadata = ()
type PointerMetadata = ()
Self
. Read more