#[repr(C)]pub struct HumanLimit {
pub m_min: Vector3,
pub m_max: Vector3,
pub m_center: Vector3,
pub m_axis_length: f32,
pub m_use_default_values: i32,
}Expand description
Fields§
§m_min: Vector3§m_max: Vector3§m_center: Vector3§m_axis_length: f32§m_use_default_values: i32Trait Implementations§
Source§impl ClassIdentity for HumanLimit
impl ClassIdentity for HumanLimit
Source§impl Clone for HumanLimit
impl Clone for HumanLimit
Source§fn clone(&self) -> HumanLimit
fn clone(&self) -> HumanLimit
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HumanLimit
Auto Trait Implementations§
impl Freeze for HumanLimit
impl RefUnwindSafe for HumanLimit
impl Send for HumanLimit
impl Sync for HumanLimit
impl Unpin for HumanLimit
impl UnwindSafe for HumanLimit
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)