#[repr(C)]pub struct OpacityMicromapUsage {
pub count: u32,
pub subdivision_level: u16,
pub format: u16,
}Fields§
§count: u32§subdivision_level: u16§format: u16Trait Implementations§
Source§impl Clone for OpacityMicromapUsage
impl Clone for OpacityMicromapUsage
Source§fn clone(&self) -> OpacityMicromapUsage
fn clone(&self) -> OpacityMicromapUsage
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 OpacityMicromapUsage
Source§impl Debug for OpacityMicromapUsage
impl Debug for OpacityMicromapUsage
impl Eq for OpacityMicromapUsage
Source§impl PartialEq for OpacityMicromapUsage
impl PartialEq for OpacityMicromapUsage
impl StructuralPartialEq for OpacityMicromapUsage
Auto Trait Implementations§
impl Freeze for OpacityMicromapUsage
impl RefUnwindSafe for OpacityMicromapUsage
impl Send for OpacityMicromapUsage
impl Sync for OpacityMicromapUsage
impl Unpin for OpacityMicromapUsage
impl UnsafeUnpin for OpacityMicromapUsage
impl UnwindSafe for OpacityMicromapUsage
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