#[repr(C)]pub struct ImageDrmFormatModifierPropertiesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub drmFormatModifier: u64,
}Fields§
§sType: StructureType§pNext: *mut c_void§drmFormatModifier: u64Trait Implementations§
Source§impl Clone for ImageDrmFormatModifierPropertiesEXT
impl Clone for ImageDrmFormatModifierPropertiesEXT
Source§fn clone(&self) -> ImageDrmFormatModifierPropertiesEXT
fn clone(&self) -> ImageDrmFormatModifierPropertiesEXT
Returns a duplicate 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 moreimpl Copy for ImageDrmFormatModifierPropertiesEXT
Auto Trait Implementations§
impl Freeze for ImageDrmFormatModifierPropertiesEXT
impl RefUnwindSafe for ImageDrmFormatModifierPropertiesEXT
impl !Send for ImageDrmFormatModifierPropertiesEXT
impl !Sync for ImageDrmFormatModifierPropertiesEXT
impl Unpin for ImageDrmFormatModifierPropertiesEXT
impl UnwindSafe for ImageDrmFormatModifierPropertiesEXT
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