pub type magma_image_info_t = magma_image_info;
Aliased Type§
struct magma_image_info_t {
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