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