#[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: u32Trait 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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy 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 UnsafeUnpin 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