pub struct SDL_Environment { /* private fields */ }Trait Implementations§
Source§impl Clone for SDL_Environment
impl Clone for SDL_Environment
Source§fn clone(&self) -> SDL_Environment
fn clone(&self) -> SDL_Environment
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_Environment
impl Debug for SDL_Environment
impl Copy for SDL_Environment
Auto Trait Implementations§
impl Freeze for SDL_Environment
impl RefUnwindSafe for SDL_Environment
impl Send for SDL_Environment
impl Sync for SDL_Environment
impl Unpin for SDL_Environment
impl UnsafeUnpin for SDL_Environment
impl UnwindSafe for SDL_Environment
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