#[repr(C)]pub struct CrossDomainSendReceive {
pub hdr: CrossDomainHeader,
pub num_identifiers: u32,
pub opaque_data_size: u32,
pub identifiers: [u32; 28],
pub identifier_types: [u32; 28],
pub identifier_sizes: [u32; 28],
}
Fields§
§hdr: CrossDomainHeader
§num_identifiers: u32
§opaque_data_size: u32
§identifiers: [u32; 28]
§identifier_types: [u32; 28]
§identifier_sizes: [u32; 28]
Trait Implementations§
source§impl Clone for CrossDomainSendReceive
impl Clone for CrossDomainSendReceive
source§fn clone(&self) -> CrossDomainSendReceive
fn clone(&self) -> CrossDomainSendReceive
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CrossDomainSendReceive
impl Debug for CrossDomainSendReceive
source§impl Default for CrossDomainSendReceive
impl Default for CrossDomainSendReceive
source§fn default() -> CrossDomainSendReceive
fn default() -> CrossDomainSendReceive
Returns the “default value” for a type. Read more
source§impl FromBytes for CrossDomainSendReceive
impl FromBytes for CrossDomainSendReceive
source§impl FromZeros for CrossDomainSendReceive
impl FromZeros for CrossDomainSendReceive
source§impl IntoBytes for CrossDomainSendReceivewhere
CrossDomainHeader: IntoBytes,
u32: IntoBytes,
[u32; 28]: IntoBytes,
(): PaddingFree<Self, { _ }>,
impl IntoBytes for CrossDomainSendReceivewhere
CrossDomainHeader: IntoBytes,
u32: IntoBytes,
[u32; 28]: IntoBytes,
(): PaddingFree<Self, { _ }>,
§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more
§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 TryFromBytes for CrossDomainSendReceive
impl TryFromBytes for CrossDomainSendReceive
§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for CrossDomainSendReceive
impl Immutable for CrossDomainSendReceive
Auto Trait Implementations§
impl Freeze for CrossDomainSendReceive
impl RefUnwindSafe for CrossDomainSendReceive
impl Send for CrossDomainSendReceive
impl Sync for CrossDomainSendReceive
impl Unpin for CrossDomainSendReceive
impl UnwindSafe for CrossDomainSendReceive
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> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)