#[repr(C, packed(4))]pub struct VolumeDisplay {
pub density: f32,
pub wireframe_type: i32,
pub wireframe_detail: i32,
pub interpolation_method: i32,
pub axis_slice_method: i32,
pub slice_axis: i32,
pub slice_depth: f32,
pub _pad: [i32; 1],
}Fields§
§density: f32§wireframe_type: i32§wireframe_detail: i32§interpolation_method: i32§axis_slice_method: i32§slice_axis: i32§slice_depth: f32§_pad: [i32; 1]Trait Implementations§
Source§impl GeneratedBlendStruct for VolumeDisplay
impl GeneratedBlendStruct for VolumeDisplay
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "VolumeDisplay"
const STRUCT_INDEX: usize = 787usize
const STRUCT_TYPE_INDEX: usize = 918usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<VolumeDisplay> for VolumeDisplay
Auto Trait Implementations§
impl Freeze for VolumeDisplay
impl RefUnwindSafe for VolumeDisplay
impl Send for VolumeDisplay
impl Sync for VolumeDisplay
impl Unpin for VolumeDisplay
impl UnwindSafe for VolumeDisplay
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