#[repr(transparent)]pub struct MiracastReceiverGameControllerDeviceUsageMode(pub i32);
Expand description
Required features: "Media_Miracast"
Tuple Fields
0: i32
Implementations
impl MiracastReceiverGameControllerDeviceUsageMode
impl MiracastReceiverGameControllerDeviceUsageMode
pub const AsGameController: Self = Self(0i32)
pub const AsMouseAndKeyboard: Self = Self(1i32)
Trait Implementations
impl Copy for MiracastReceiverGameControllerDeviceUsageMode
Auto Trait Implementations
impl RefUnwindSafe for MiracastReceiverGameControllerDeviceUsageMode
impl Send for MiracastReceiverGameControllerDeviceUsageMode
impl Sync for MiracastReceiverGameControllerDeviceUsageMode
impl Unpin for MiracastReceiverGameControllerDeviceUsageMode
impl UnwindSafe for MiracastReceiverGameControllerDeviceUsageMode
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