Struct rust_libretro_sys::retro_mod
source · #[repr(transparent)]pub struct retro_mod(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
source§impl BitAndAssign<retro_mod> for retro_mod
impl BitAndAssign<retro_mod> for retro_mod
source§fn bitand_assign(&mut self, rhs: retro_mod)
fn bitand_assign(&mut self, rhs: retro_mod)
Performs the
&=
operation. Read moresource§impl BitOrAssign<retro_mod> for retro_mod
impl BitOrAssign<retro_mod> for retro_mod
source§fn bitor_assign(&mut self, rhs: retro_mod)
fn bitor_assign(&mut self, rhs: retro_mod)
Performs the
|=
operation. Read more