#[repr(C)]pub struct PrinterUnit {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for PrinterUnit
impl Clone for PrinterUnit
Source§fn clone(&self) -> PrinterUnit
fn clone(&self) -> PrinterUnit
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 PrinterUnit
impl Debug for PrinterUnit
impl Copy for PrinterUnit
Auto Trait Implementations§
impl Freeze for PrinterUnit
impl RefUnwindSafe for PrinterUnit
impl Send for PrinterUnit
impl Sync for PrinterUnit
impl Unpin for PrinterUnit
impl UnwindSafe for PrinterUnit
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