pub struct BWCS {
pub values: [f32; 6],
}Expand description
CompiledSpaceSettings section.
Fields§
§values: [f32; 6]Trait Implementations§
Auto Trait Implementations§
impl Freeze for BWCS
impl RefUnwindSafe for BWCS
impl Send for BWCS
impl Sync for BWCS
impl Unpin for BWCS
impl UnwindSafe for BWCS
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