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