Struct hapi_rs::geometry::VolumeVisualInfo
source · pub struct VolumeVisualInfo { /* private fields */ }
Implementations
sourceimpl VolumeVisualInfo
impl VolumeVisualInfo
pub fn visual_type(&self) -> VolumeVisualType
pub fn set_visual_type(&mut self, val: VolumeVisualType)
pub fn with_visual_type(self, val: VolumeVisualType) -> Self
pub fn iso(&self) -> f32
pub fn set_iso(&mut self, val: f32)
pub fn with_iso(self, val: f32) -> Self
pub fn density(&self) -> f32
pub fn set_density(&mut self, val: f32)
pub fn with_density(self, val: f32) -> Self
pub fn ptr(&self) -> *const HAPI_VolumeVisualInfo
Trait Implementations
sourceimpl Clone for VolumeVisualInfo
impl Clone for VolumeVisualInfo
sourcefn clone(&self) -> VolumeVisualInfo
fn clone(&self) -> VolumeVisualInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for VolumeVisualInfo
impl Send for VolumeVisualInfo
impl Sync for VolumeVisualInfo
impl Unpin for VolumeVisualInfo
impl UnwindSafe for VolumeVisualInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more