Struct windows_sys::UI::Xaml::ElementSoundMode
[−]#[repr(transparent)]pub struct ElementSoundMode(pub i32);
Expand description
Required features: ‘UI_Xaml’
Tuple Fields
0: i32
Implementations
impl ElementSoundMode
impl ElementSoundMode
Trait Implementations
impl Clone for ElementSoundMode
impl Clone for ElementSoundMode
impl Copy for ElementSoundMode
Auto Trait Implementations
impl RefUnwindSafe for ElementSoundMode
impl Send for ElementSoundMode
impl Sync for ElementSoundMode
impl Unpin for ElementSoundMode
impl UnwindSafe for ElementSoundMode
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