#[repr(C)]pub struct magma_image_create_info {
pub drm_format: u64,
pub drm_format_modifiers: [u64; 16],
pub width: u32,
pub height: u32,
pub flags: u64,
}
Fields§
§drm_format: u64
§drm_format_modifiers: [u64; 16]
§width: u32
§height: u32
§flags: u64
Trait Implementations§
Source§impl Clone for magma_image_create_info
impl Clone for magma_image_create_info
Source§fn clone(&self) -> magma_image_create_info
fn clone(&self) -> magma_image_create_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_create_info
impl Debug for magma_image_create_info
Source§impl Default for magma_image_create_info
impl Default for magma_image_create_info
Source§fn default() -> magma_image_create_info
fn default() -> magma_image_create_info
Returns the “default value” for a type. Read more
Source§impl FromBytes for magma_image_create_info
impl FromBytes for magma_image_create_info
Source§impl FromZeros for magma_image_create_info
impl FromZeros for magma_image_create_info
Source§impl IntoBytes for magma_image_create_info
impl IntoBytes for magma_image_create_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_create_info
impl TryFromBytes for magma_image_create_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_create_info
impl Immutable for magma_image_create_info
Auto Trait Implementations§
impl Freeze for magma_image_create_info
impl RefUnwindSafe for magma_image_create_info
impl Send for magma_image_create_info
impl Sync for magma_image_create_info
impl Unpin for magma_image_create_info
impl UnwindSafe for magma_image_create_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