Struct hex_matrix::matrix::Line
source · pub struct Line { /* private fields */ }Implementations§
source§impl Line
impl Line
pub fn no(&self) -> &str
pub fn hex(&self) -> &str
pub fn info(&self) -> &str
pub fn push_no(&mut self, no: String)
pub fn push_hex(&mut self, hex: String)
pub fn push_info(&mut self, info: String)
pub fn set_no(&mut self, no: String)
pub fn set_hex(&mut self, hex: String)
pub fn set_info(&mut self, info: String)
pub fn to_string(&self) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Line
impl RefUnwindSafe for Line
impl Send for Line
impl Sync for Line
impl Unpin for Line
impl UnwindSafe for Line
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)