#[repr(C, packed(1))]pub struct COutput_GetAxisMapping {
pub XAxis: CEnum,
pub YAxis: CEnum,
pub ZAxis: CEnum,
}Expand description
ⓘ
@privateFields§
§XAxis: CEnum§YAxis: CEnum§ZAxis: CEnumTrait Implementations§
Source§impl Clone for COutput_GetAxisMapping
impl Clone for COutput_GetAxisMapping
Source§fn clone(&self) -> COutput_GetAxisMapping
fn clone(&self) -> COutput_GetAxisMapping
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 moreSource§impl Debug for COutput_GetAxisMapping
impl Debug for COutput_GetAxisMapping
impl Copy for COutput_GetAxisMapping
Auto Trait Implementations§
impl Freeze for COutput_GetAxisMapping
impl RefUnwindSafe for COutput_GetAxisMapping
impl Send for COutput_GetAxisMapping
impl Sync for COutput_GetAxisMapping
impl Unpin for COutput_GetAxisMapping
impl UnwindSafe for COutput_GetAxisMapping
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