#[repr(C)]pub struct ShumateTile { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShumateTile
impl RefUnwindSafe for ShumateTile
impl !Send for ShumateTile
impl !Sync for ShumateTile
impl !Unpin for ShumateTile
impl UnwindSafe for ShumateTile
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