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