#[repr(C)]pub struct VkImageDrmFormatModifierPropertiesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub drmFormatModifier: u64,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§drmFormatModifier: u64
Trait 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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkImageDrmFormatModifierPropertiesEXT
Auto Trait Implementations§
impl Freeze for VkImageDrmFormatModifierPropertiesEXT
impl RefUnwindSafe for VkImageDrmFormatModifierPropertiesEXT
impl !Send for VkImageDrmFormatModifierPropertiesEXT
impl !Sync for VkImageDrmFormatModifierPropertiesEXT
impl Unpin 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