#[repr(C)]pub struct magma_image_info {
pub plane_strides: [u64; 4],
pub plane_offsets: [u32; 4],
pub drm_format_modifier: u64,
pub coherency_domain: u32,
pub unused: u32,
}
Fields§
§plane_strides: [u64; 4]
§plane_offsets: [u32; 4]
§drm_format_modifier: u64
§coherency_domain: u32
§unused: u32
Trait Implementations§
Source§impl Clone for magma_image_info
impl Clone for magma_image_info
Source§fn clone(&self) -> magma_image_info
fn clone(&self) -> magma_image_info
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 magma_image_info
impl Debug for magma_image_info
Source§impl Default for magma_image_info
impl Default for magma_image_info
Source§fn default() -> magma_image_info
fn default() -> magma_image_info
Returns the “default value” for a type. Read more
Source§impl FromBytes for magma_image_info
impl FromBytes for magma_image_info
Source§impl FromZeros for magma_image_info
impl FromZeros for magma_image_info
Source§impl IntoBytes for magma_image_info
impl IntoBytes for magma_image_info
§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 magma_image_info
impl TryFromBytes for magma_image_info
§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 magma_image_info
impl Immutable for magma_image_info
Auto Trait Implementations§
impl Freeze for magma_image_info
impl RefUnwindSafe for magma_image_info
impl Send for magma_image_info
impl Sync for magma_image_info
impl Unpin for magma_image_info
impl UnwindSafe for magma_image_info
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