Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_COPYRIGHT
[−]Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
cbSize: u32
byCopyright: [u8; 4]
Trait Implementations
impl Clone for DMUS_COPYRIGHT
impl Clone for DMUS_COPYRIGHT
impl Copy for DMUS_COPYRIGHT
Auto Trait Implementations
impl RefUnwindSafe for DMUS_COPYRIGHT
impl Send for DMUS_COPYRIGHT
impl Sync for DMUS_COPYRIGHT
impl Unpin for DMUS_COPYRIGHT
impl UnwindSafe for DMUS_COPYRIGHT
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