#[repr(C)]pub struct SDL_AudioDeviceEvent {
pub type_: Uint32,
pub timestamp: Uint32,
pub which: Uint32,
pub iscapture: Uint8,
pub padding1: Uint8,
pub padding2: Uint8,
pub padding3: Uint8,
}Fields§
§type_: Uint32§timestamp: Uint32§which: Uint32§iscapture: Uint8§padding1: Uint8§padding2: Uint8§padding3: Uint8Trait Implementations§
Source§impl Clone for SDL_AudioDeviceEvent
impl Clone for SDL_AudioDeviceEvent
Source§fn clone(&self) -> SDL_AudioDeviceEvent
fn clone(&self) -> SDL_AudioDeviceEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SDL_AudioDeviceEvent
impl Debug for SDL_AudioDeviceEvent
impl Copy for SDL_AudioDeviceEvent
Auto Trait Implementations§
impl Freeze for SDL_AudioDeviceEvent
impl RefUnwindSafe for SDL_AudioDeviceEvent
impl Send for SDL_AudioDeviceEvent
impl Sync for SDL_AudioDeviceEvent
impl Unpin for SDL_AudioDeviceEvent
impl UnwindSafe for SDL_AudioDeviceEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more