#[repr(C)]pub struct nut {
pub tnut: f64,
pub nutlo: [f64; 2],
pub snut: f64,
pub cnut: f64,
pub matrix: [[f64; 3]; 3],
}Fields§
§tnut: f64§nutlo: [f64; 2]§snut: f64§cnut: f64§matrix: [[f64; 3]; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for nut
impl RefUnwindSafe for nut
impl Send for nut
impl Sync for nut
impl Unpin for nut
impl UnwindSafe for nut
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