#[repr(C)]pub struct FPZ {
pub type_: c_int,
pub prec: c_int,
pub nx: c_int,
pub ny: c_int,
pub nz: c_int,
pub nf: c_int,
}Fields
type_: c_intprec: c_intnx: c_intny: c_intnz: c_intnf: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FPZ
impl Send for FPZ
impl Sync for FPZ
impl Unpin for FPZ
impl UnwindSafe for FPZ
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more