pub struct CellOffset(pub u16);
Tuple Fields§
§0: u16
Implementations§
Source§impl CellOffset
impl CellOffset
pub fn real_offset(&self) -> u32
Auto Trait Implementations§
impl Freeze for CellOffset
impl RefUnwindSafe for CellOffset
impl Send for CellOffset
impl Sync for CellOffset
impl Unpin for CellOffset
impl UnwindSafe for CellOffset
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