#[repr(C)]pub struct GamePortTrigger {
pub gpt_Keys: UWORD,
pub gpt_Timeout: UWORD,
pub gpt_XDelta: UWORD,
pub gpt_YDelta: UWORD,
}Fields§
§gpt_Keys: UWORD§gpt_Timeout: UWORD§gpt_XDelta: UWORD§gpt_YDelta: UWORDTrait Implementations§
Source§impl Clone for GamePortTrigger
impl Clone for GamePortTrigger
Source§fn clone(&self) -> GamePortTrigger
fn clone(&self) -> GamePortTrigger
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 GamePortTrigger
impl Debug for GamePortTrigger
impl Copy for GamePortTrigger
Auto Trait Implementations§
impl Freeze for GamePortTrigger
impl RefUnwindSafe for GamePortTrigger
impl Send for GamePortTrigger
impl Sync for GamePortTrigger
impl Unpin for GamePortTrigger
impl UnwindSafe for GamePortTrigger
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