Struct rust_libretro_sys::retro_mod
source · [−]#[repr(transparent)]pub struct retro_mod(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl retro_mod
impl retro_mod
pub const RETROKMOD_NONE: retro_mod
sourceimpl retro_mod
impl retro_mod
pub const RETROKMOD_SHIFT: retro_mod
sourceimpl retro_mod
impl retro_mod
pub const RETROKMOD_CTRL: retro_mod
sourceimpl retro_mod
impl retro_mod
pub const RETROKMOD_ALT: retro_mod
sourceimpl retro_mod
impl retro_mod
pub const RETROKMOD_META: retro_mod
sourceimpl retro_mod
impl retro_mod
pub const RETROKMOD_NUMLOCK: retro_mod
sourceimpl retro_mod
impl retro_mod
pub const RETROKMOD_CAPSLOCK: retro_mod
sourceimpl retro_mod
impl retro_mod
pub const RETROKMOD_SCROLLOCK: retro_mod
sourceimpl retro_mod
impl retro_mod
sourcepub const RETROKMOD_DUMMY: retro_mod
pub const RETROKMOD_DUMMY: retro_mod
Ensure sizeof(enum) == sizeof(int)
Trait Implementations
sourceimpl BitAndAssign<retro_mod> for retro_mod
impl BitAndAssign<retro_mod> for retro_mod
sourcefn bitand_assign(&mut self, rhs: retro_mod)
fn bitand_assign(&mut self, rhs: retro_mod)
Performs the &= operation. Read more
sourceimpl BitOrAssign<retro_mod> for retro_mod
impl BitOrAssign<retro_mod> for retro_mod
sourcefn bitor_assign(&mut self, rhs: retro_mod)
fn bitor_assign(&mut self, rhs: retro_mod)
Performs the |= operation. Read more
impl Copy for retro_mod
impl Eq for retro_mod
impl StructuralEq for retro_mod
impl StructuralPartialEq for retro_mod
Auto Trait Implementations
impl RefUnwindSafe for retro_mod
impl Send for retro_mod
impl Sync for retro_mod
impl Unpin for retro_mod
impl UnwindSafe for retro_mod
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
