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