Struct rutabaga_gfx::cross_domain::CrossDomainInitLegacy
source · #[repr(C)]struct CrossDomainInitLegacy {
hdr: CrossDomainHeader,
query_ring_id: u32,
channel_type: u32,
}
Fields§
§hdr: CrossDomainHeader
§query_ring_id: u32
§channel_type: u32
Trait Implementations§
source§impl Clone for CrossDomainInitLegacy
impl Clone for CrossDomainInitLegacy
source§fn clone(&self) -> CrossDomainInitLegacy
fn clone(&self) -> CrossDomainInitLegacy
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 CrossDomainInitLegacy
impl Debug for CrossDomainInitLegacy
source§impl Default for CrossDomainInitLegacy
impl Default for CrossDomainInitLegacy
source§fn default() -> CrossDomainInitLegacy
fn default() -> CrossDomainInitLegacy
Returns the “default value” for a type. Read more
source§impl FromBytes for CrossDomainInitLegacywhere
CrossDomainHeader: FromBytes,
u32: FromBytes,
impl FromBytes for CrossDomainInitLegacywhere
CrossDomainHeader: FromBytes,
u32: FromBytes,
source§impl FromZeros for CrossDomainInitLegacywhere
CrossDomainHeader: FromZeros,
u32: FromZeros,
impl FromZeros for CrossDomainInitLegacywhere
CrossDomainHeader: FromZeros,
u32: FromZeros,
source§impl IntoBytes for CrossDomainInitLegacy
impl IntoBytes for CrossDomainInitLegacy
§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 CrossDomainInitLegacywhere
CrossDomainHeader: TryFromBytes,
u32: TryFromBytes,
impl TryFromBytes for CrossDomainInitLegacywhere
CrossDomainHeader: TryFromBytes,
u32: TryFromBytes,
§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 CrossDomainInitLegacy
impl Immutable for CrossDomainInitLegacywhere
CrossDomainHeader: Immutable,
u32: Immutable,
Auto Trait Implementations§
impl RefUnwindSafe for CrossDomainInitLegacy
impl Send for CrossDomainInitLegacy
impl Sync for CrossDomainInitLegacy
impl Unpin for CrossDomainInitLegacy
impl UnwindSafe for CrossDomainInitLegacy
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