pub struct ControllerLine { /* private fields */ }Expand description
Represents one line on the controller console.
Implementations§
Source§impl ControllerLine
impl ControllerLine
Sourcepub const MAX_TEXT_LEN: usize = 14usize
pub const MAX_TEXT_LEN: usize = 14usize
The maximum length that can fit in one line on the controllers display.
Sourcepub const MAX_LINE_NUM: u8 = 2u8
pub const MAX_LINE_NUM: u8 = 2u8
The maximum line number that can be used on the controller display.
Trait Implementations§
Source§impl Clone for ControllerLine
impl Clone for ControllerLine
Source§fn clone(&self) -> ControllerLine
fn clone(&self) -> ControllerLine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ControllerLine
impl Debug for ControllerLine
impl Copy for ControllerLine
Auto Trait Implementations§
impl Freeze for ControllerLine
impl RefUnwindSafe for ControllerLine
impl Send for ControllerLine
impl Sync for ControllerLine
impl Unpin for ControllerLine
impl UnwindSafe for ControllerLine
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