#[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: u64Trait 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 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_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 UnsafeUnpin 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