#[repr(C)]pub struct VkMicromapUsageEXT {
pub count: u32,
pub subdivisionLevel: u32,
pub format: u32,
}
Fields§
§count: u32
§subdivisionLevel: u32
§format: u32
Trait Implementations§
Source§impl Clone for VkMicromapUsageEXT
impl Clone for VkMicromapUsageEXT
Source§fn clone(&self) -> VkMicromapUsageEXT
fn clone(&self) -> VkMicromapUsageEXT
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 moreSource§impl Default for VkMicromapUsageEXT
impl Default for VkMicromapUsageEXT
Source§fn default() -> VkMicromapUsageEXT
fn default() -> VkMicromapUsageEXT
Returns the “default value” for a type. Read more
impl Copy for VkMicromapUsageEXT
Auto Trait Implementations§
impl Freeze for VkMicromapUsageEXT
impl RefUnwindSafe for VkMicromapUsageEXT
impl Send for VkMicromapUsageEXT
impl Sync for VkMicromapUsageEXT
impl Unpin for VkMicromapUsageEXT
impl UnwindSafe for VkMicromapUsageEXT
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