pub struct vtkStructuredExtent(/* private fields */);Expand description
helper class to aid working with structured
extents.
vtkStructuredExtent is an helper class that helps in arithmetic with structured extents. It defines a bunch of static methods (most of which are inlined) to aid in dealing with extents.
Implementations§
Source§impl vtkStructuredExtent
impl vtkStructuredExtent
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkStructuredExtent wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkStructuredExtent
impl Default for vtkStructuredExtent
Auto Trait Implementations§
impl Freeze for vtkStructuredExtent
impl RefUnwindSafe for vtkStructuredExtent
impl !Send for vtkStructuredExtent
impl !Sync for vtkStructuredExtent
impl Unpin for vtkStructuredExtent
impl UnwindSafe for vtkStructuredExtent
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