#[repr(C)]pub struct tm_volume_component_t {
pub type_: i32,
pub blend_distance: f32,
pub sphere_radius: f32,
pub box_lower_bound: tm_vec3_t,
pub box_upper_bound: tm_vec3_t,
}Fields§
§type_: i32§blend_distance: f32§sphere_radius: f32§box_lower_bound: tm_vec3_t§box_upper_bound: tm_vec3_tTrait Implementations§
Source§impl Clone for tm_volume_component_t
impl Clone for tm_volume_component_t
Source§fn clone(&self) -> tm_volume_component_t
fn clone(&self) -> tm_volume_component_t
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 moreimpl Copy for tm_volume_component_t
Auto Trait Implementations§
impl Freeze for tm_volume_component_t
impl RefUnwindSafe for tm_volume_component_t
impl Send for tm_volume_component_t
impl Sync for tm_volume_component_t
impl Unpin for tm_volume_component_t
impl UnwindSafe for tm_volume_component_t
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