Struct windows_sys::Media::Devices::SendCommandStatus
[−]#[repr(transparent)]pub struct SendCommandStatus(pub i32);
Expand description
Required features: ‘Media_Devices’
Tuple Fields
0: i32
Implementations
impl SendCommandStatus
impl SendCommandStatus
pub const Success: Self
pub const DeviceNotAvailable: Self
Trait Implementations
impl Clone for SendCommandStatus
impl Clone for SendCommandStatus
impl Copy for SendCommandStatus
Auto Trait Implementations
impl RefUnwindSafe for SendCommandStatus
impl Send for SendCommandStatus
impl Sync for SendCommandStatus
impl Unpin for SendCommandStatus
impl UnwindSafe for SendCommandStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more