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