Struct openxr_sys::ActionType
source · [−]#[repr(transparent)]pub struct ActionType(_);Expand description
See XrActionType
Implementations
sourceimpl ActionType
impl ActionType
pub const BOOLEAN_INPUT: ActionType = _
pub const FLOAT_INPUT: ActionType = _
pub const VECTOR2F_INPUT: ActionType = _
pub const POSE_INPUT: ActionType = _
pub const VIBRATION_OUTPUT: ActionType = _
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for ActionType
impl Clone for ActionType
sourcefn clone(&self) -> ActionType
fn clone(&self) -> ActionType
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 ActionType
impl Debug for ActionType
sourceimpl PartialEq<ActionType> for ActionType
impl PartialEq<ActionType> for ActionType
sourcefn eq(&self, other: &ActionType) -> bool
fn eq(&self, other: &ActionType) -> bool
impl Copy for ActionType
impl Eq for ActionType
impl StructuralEq for ActionType
impl StructuralPartialEq for ActionType
Auto Trait Implementations
impl RefUnwindSafe for ActionType
impl Send for ActionType
impl Sync for ActionType
impl Unpin for ActionType
impl UnwindSafe for ActionType
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