Struct ash::vk::MicromapUsageEXT
source · #[repr(C)]pub struct MicromapUsageEXT {
pub count: u32,
pub subdivision_level: u32,
pub format: u32,
}
Expand description
Fields§
§count: u32
§subdivision_level: u32
§format: u32
Implementations§
source§impl MicromapUsageEXT
impl MicromapUsageEXT
pub fn builder<'a>() -> MicromapUsageEXTBuilder<'a>
Trait Implementations§
source§impl Clone for MicromapUsageEXT
impl Clone for MicromapUsageEXT
source§fn clone(&self) -> MicromapUsageEXT
fn clone(&self) -> MicromapUsageEXT
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 moresource§impl Debug for MicromapUsageEXT
impl Debug for MicromapUsageEXT
source§impl Default for MicromapUsageEXT
impl Default for MicromapUsageEXT
source§fn default() -> MicromapUsageEXT
fn default() -> MicromapUsageEXT
Returns the “default value” for a type. Read more
impl Copy for MicromapUsageEXT
Auto Trait Implementations§
impl Freeze for MicromapUsageEXT
impl RefUnwindSafe for MicromapUsageEXT
impl Send for MicromapUsageEXT
impl Sync for MicromapUsageEXT
impl Unpin for MicromapUsageEXT
impl UnwindSafe for MicromapUsageEXT
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