pub struct VolumeVisualInfo(/* private fields */);
Implementations§
Source§impl 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§
Source§impl Clone for VolumeVisualInfo
impl Clone for VolumeVisualInfo
Source§fn clone(&self) -> VolumeVisualInfo
fn clone(&self) -> VolumeVisualInfo
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 moreAuto Trait Implementations§
impl Freeze for VolumeVisualInfo
impl RefUnwindSafe for VolumeVisualInfo
impl Send for VolumeVisualInfo
impl Sync for VolumeVisualInfo
impl Unpin for VolumeVisualInfo
impl UnwindSafe for VolumeVisualInfo
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