#[repr(C)]pub struct zfp_field {
pub type_: zfp_type,
pub nx: usize,
pub ny: usize,
pub nz: usize,
pub nw: usize,
pub sx: isize,
pub sy: isize,
pub sz: isize,
pub sw: isize,
pub data: *mut c_void,
}Fields§
§type_: zfp_type§nx: usize§ny: usize§nz: usize§nw: usize§sx: isize§sy: isize§sz: isize§sw: isize§data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for zfp_field
impl RefUnwindSafe for zfp_field
impl !Send for zfp_field
impl !Sync for zfp_field
impl Unpin for zfp_field
impl UnwindSafe for zfp_field
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)