Struct meos_sys::gridspec_t
source · #[repr(C)]pub struct gridspec_t {
pub ipx: f64,
pub ipy: f64,
pub ipz: f64,
pub ipm: f64,
pub xsize: f64,
pub ysize: f64,
pub zsize: f64,
pub msize: f64,
}Expand description
Snap-to-grid
Fields§
§ipx: f64§ipy: f64§ipz: f64§ipm: f64§xsize: f64§ysize: f64§zsize: f64§msize: f64Trait Implementations§
source§impl Clone for gridspec_t
impl Clone for gridspec_t
source§fn clone(&self) -> gridspec_t
fn clone(&self) -> gridspec_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for gridspec_t
impl Debug for gridspec_t
impl Copy for gridspec_t
Auto Trait Implementations§
impl Freeze for gridspec_t
impl RefUnwindSafe for gridspec_t
impl Send for gridspec_t
impl Sync for gridspec_t
impl Unpin for gridspec_t
impl UnwindSafe for gridspec_t
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)