Struct openxr_sys::ControllerModelKeyMSFT
source · [−]#[repr(transparent)]pub struct ControllerModelKeyMSFT(_);Implementations
sourceimpl ControllerModelKeyMSFT
impl ControllerModelKeyMSFT
pub const NULL: ControllerModelKeyMSFT = _
Trait Implementations
sourceimpl Clone for ControllerModelKeyMSFT
impl Clone for ControllerModelKeyMSFT
sourcefn clone(&self) -> ControllerModelKeyMSFT
fn clone(&self) -> ControllerModelKeyMSFT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ControllerModelKeyMSFT
impl Debug for ControllerModelKeyMSFT
sourceimpl Default for ControllerModelKeyMSFT
impl Default for ControllerModelKeyMSFT
sourcefn default() -> ControllerModelKeyMSFT
fn default() -> ControllerModelKeyMSFT
Returns the “default value” for a type. Read more
sourceimpl Hash for ControllerModelKeyMSFT
impl Hash for ControllerModelKeyMSFT
sourceimpl Ord for ControllerModelKeyMSFT
impl Ord for ControllerModelKeyMSFT
sourcefn cmp(&self, other: &ControllerModelKeyMSFT) -> Ordering
fn cmp(&self, other: &ControllerModelKeyMSFT) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<ControllerModelKeyMSFT> for ControllerModelKeyMSFT
impl PartialEq<ControllerModelKeyMSFT> for ControllerModelKeyMSFT
sourcefn eq(&self, other: &ControllerModelKeyMSFT) -> bool
fn eq(&self, other: &ControllerModelKeyMSFT) -> bool
sourceimpl PartialOrd<ControllerModelKeyMSFT> for ControllerModelKeyMSFT
impl PartialOrd<ControllerModelKeyMSFT> for ControllerModelKeyMSFT
sourcefn partial_cmp(&self, other: &ControllerModelKeyMSFT) -> Option<Ordering>
fn partial_cmp(&self, other: &ControllerModelKeyMSFT) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ControllerModelKeyMSFT
impl Eq for ControllerModelKeyMSFT
impl StructuralEq for ControllerModelKeyMSFT
impl StructuralPartialEq for ControllerModelKeyMSFT
Auto Trait Implementations
impl RefUnwindSafe for ControllerModelKeyMSFT
impl Send for ControllerModelKeyMSFT
impl Sync for ControllerModelKeyMSFT
impl Unpin for ControllerModelKeyMSFT
impl UnwindSafe for ControllerModelKeyMSFT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more