pub struct SndData { /* private fields */ }Expand description
Contextual data for the SND instruction
Implementations§
Auto Trait Implementations§
impl Freeze for SndData
impl RefUnwindSafe for SndData
impl Send for SndData
impl Sync for SndData
impl Unpin for SndData
impl UnwindSafe for SndData
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