#[repr(C)]pub struct JointProjectionMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl JointProjectionMode
impl JointProjectionMode
pub fn none() -> Self
pub fn position_and_rotation() -> Self
pub fn position_only() -> Self
Trait Implementations§
Source§impl ClassIdentity for JointProjectionMode
impl ClassIdentity for JointProjectionMode
Source§impl Clone for JointProjectionMode
impl Clone for JointProjectionMode
Source§fn clone(&self) -> JointProjectionMode
fn clone(&self) -> JointProjectionMode
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 moreSource§impl Debug for JointProjectionMode
impl Debug for JointProjectionMode
Source§impl PartialEq for JointProjectionMode
impl PartialEq for JointProjectionMode
impl Copy for JointProjectionMode
impl Eq for JointProjectionMode
impl StructuralPartialEq for JointProjectionMode
Auto Trait Implementations§
impl Freeze for JointProjectionMode
impl RefUnwindSafe for JointProjectionMode
impl Send for JointProjectionMode
impl Sync for JointProjectionMode
impl Unpin for JointProjectionMode
impl UnwindSafe for JointProjectionMode
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)