pub struct BakeOutput {
pub array_data: Box<[u8]>,
pub descriptors: Box<[OpacityMicromapDescriptor]>,
pub descriptor_usage: Box<[OpacityMicromapUsage]>,
pub indices: Box<[i32]>,
pub index_usage: Box<[OpacityMicromapUsage]>,
pub statistics: Statistics,
}Fields§
§array_data: Box<[u8]>§descriptors: Box<[OpacityMicromapDescriptor]>§descriptor_usage: Box<[OpacityMicromapUsage]>§indices: Box<[i32]>§index_usage: Box<[OpacityMicromapUsage]>§statistics: StatisticsTrait Implementations§
Source§impl Clone for BakeOutput
impl Clone for BakeOutput
Source§fn clone(&self) -> BakeOutput
fn clone(&self) -> BakeOutput
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 moreSource§impl Debug for BakeOutput
impl Debug for BakeOutput
Source§impl PartialEq for BakeOutput
impl PartialEq for BakeOutput
impl StructuralPartialEq for BakeOutput
Auto Trait Implementations§
impl Freeze for BakeOutput
impl RefUnwindSafe for BakeOutput
impl Send for BakeOutput
impl Sync for BakeOutput
impl Unpin for BakeOutput
impl UnsafeUnpin for BakeOutput
impl UnwindSafe for BakeOutput
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