pub struct NdDimension {
pub size: i32,
pub offset: i32,
pub full_size: i32,
pub binning: i32,
pub reverse: bool,
}Fields§
§size: i32§offset: i32§full_size: i32§binning: i32§reverse: boolTrait Implementations§
Source§impl Clone for NdDimension
impl Clone for NdDimension
Source§fn clone(&self) -> NdDimension
fn clone(&self) -> NdDimension
Returns a duplicate 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 NdDimension
impl Debug for NdDimension
Source§impl PartialEq for NdDimension
impl PartialEq for NdDimension
impl Eq for NdDimension
impl StructuralPartialEq for NdDimension
Auto Trait Implementations§
impl Freeze for NdDimension
impl RefUnwindSafe for NdDimension
impl Send for NdDimension
impl Sync for NdDimension
impl Unpin for NdDimension
impl UnsafeUnpin for NdDimension
impl UnwindSafe for NdDimension
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