pub enum ALLEGRO_SYSTEM {}
Auto Trait Implementations§
impl Freeze for ALLEGRO_SYSTEM
impl RefUnwindSafe for ALLEGRO_SYSTEM
impl Send for ALLEGRO_SYSTEM
impl Sync for ALLEGRO_SYSTEM
impl Unpin for ALLEGRO_SYSTEM
impl UnwindSafe for ALLEGRO_SYSTEM
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