pub struct Cells {
pub columns: u32,
pub rows: u32,
}Fields§
§columns: u32§rows: u32Implementations§
Trait Implementations§
impl Copy for Cells
impl Eq for Cells
impl StructuralPartialEq for Cells
Auto Trait Implementations§
impl Freeze for Cells
impl RefUnwindSafe for Cells
impl Send for Cells
impl Sync for Cells
impl Unpin for Cells
impl UnsafeUnpin for Cells
impl UnwindSafe for Cells
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