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