pub struct SogDataV2 {
pub count: u32,
pub antialias: bool,
pub means: Means,
pub scales: Scales,
pub quats: Quats,
pub sh_0: Sh0,
pub sh_n: Option<ShN>,
}Fields§
§count: u32§antialias: bool§means: Means§scales: Scales§quats: Quats§sh_0: Sh0§sh_n: Option<ShN>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SogDataV2
impl RefUnwindSafe for SogDataV2
impl Send for SogDataV2
impl Sync for SogDataV2
impl Unpin for SogDataV2
impl UnsafeUnpin for SogDataV2
impl UnwindSafe for SogDataV2
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