pub struct LcdSize {
pub width: usize,
pub height: usize,
}Expand description
Represents a size that fits in the LCD space.
Fields§
§width: usizeThe width.
height: usizeThe height.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LcdSize
impl RefUnwindSafe for LcdSize
impl Send for LcdSize
impl Sync for LcdSize
impl Unpin for LcdSize
impl UnsafeUnpin for LcdSize
impl UnwindSafe for LcdSize
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