#[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_int§prec: c_int§nx: c_int§ny: c_int§nz: c_int§nf: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for FPZ
impl RefUnwindSafe for FPZ
impl Send for FPZ
impl Sync for FPZ
impl Unpin for FPZ
impl UnwindSafe for FPZ
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