#[repr(C)]pub struct HAPI_VolumeInfo {Show 15 fields
pub nameSH: HAPI_StringHandle,
pub type_: VolumeType,
pub xLength: c_int,
pub yLength: c_int,
pub zLength: c_int,
pub minX: c_int,
pub minY: c_int,
pub minZ: c_int,
pub tupleSize: c_int,
pub storage: StorageType,
pub tileSize: c_int,
pub transform: HAPI_Transform,
pub hasTaper: HAPI_Bool,
pub xTaper: f32,
pub yTaper: f32,
}
Fields§
§nameSH: HAPI_StringHandle
§type_: VolumeType
§xLength: c_int
§yLength: c_int
§zLength: c_int
§minX: c_int
§minY: c_int
§minZ: c_int
§tupleSize: c_int
§storage: StorageType
§tileSize: c_int
§transform: HAPI_Transform
§hasTaper: HAPI_Bool
§xTaper: f32
§yTaper: f32
Trait Implementations§
Source§impl Clone for HAPI_VolumeInfo
impl Clone for HAPI_VolumeInfo
Source§fn clone(&self) -> HAPI_VolumeInfo
fn clone(&self) -> HAPI_VolumeInfo
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 HAPI_VolumeInfo
impl Debug for HAPI_VolumeInfo
impl Copy for HAPI_VolumeInfo
Auto Trait Implementations§
impl Freeze for HAPI_VolumeInfo
impl RefUnwindSafe for HAPI_VolumeInfo
impl Send for HAPI_VolumeInfo
impl Sync for HAPI_VolumeInfo
impl Unpin for HAPI_VolumeInfo
impl UnwindSafe for HAPI_VolumeInfo
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