pub struct FreeBASIC;
Implementations§
Auto Trait Implementations§
impl Freeze for FreeBASIC
impl RefUnwindSafe for FreeBASIC
impl Send for FreeBASIC
impl Sync for FreeBASIC
impl Unpin for FreeBASIC
impl UnwindSafe for FreeBASIC
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