Struct ash::extensions::ext::ImageDrmFormatModifier
source · pub struct ImageDrmFormatModifier { /* private fields */ }
Expand description
Implementations§
source§impl ImageDrmFormatModifier
impl ImageDrmFormatModifier
pub fn new(instance: &Instance, device: &Device) -> Self
sourcepub unsafe fn get_image_drm_format_modifier_properties(
&self,
image: Image,
properties: &mut ImageDrmFormatModifierPropertiesEXT
) -> VkResult<()>
pub unsafe fn get_image_drm_format_modifier_properties( &self, image: Image, properties: &mut ImageDrmFormatModifierPropertiesEXT ) -> VkResult<()>
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &ExtImageDrmFormatModifierFn
pub fn device(&self) -> Device
Trait Implementations§
source§impl Clone for ImageDrmFormatModifier
impl Clone for ImageDrmFormatModifier
source§fn clone(&self) -> ImageDrmFormatModifier
fn clone(&self) -> ImageDrmFormatModifier
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for ImageDrmFormatModifier
impl Send for ImageDrmFormatModifier
impl Sync for ImageDrmFormatModifier
impl Unpin for ImageDrmFormatModifier
impl UnwindSafe for ImageDrmFormatModifier
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