Struct PrintTicketParameterDataType
#[repr(transparent)]pub struct PrintTicketParameterDataType(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for PrintTicketParameterDataType
impl Clone for PrintTicketParameterDataType
§fn clone(&self) -> PrintTicketParameterDataType
fn clone(&self) -> PrintTicketParameterDataType
Returns a copy 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 more§impl Debug for PrintTicketParameterDataType
impl Debug for PrintTicketParameterDataType
§impl Default for PrintTicketParameterDataType
impl Default for PrintTicketParameterDataType
§fn default() -> PrintTicketParameterDataType
fn default() -> PrintTicketParameterDataType
Returns the “default value” for a type. Read more
§impl PartialEq for PrintTicketParameterDataType
impl PartialEq for PrintTicketParameterDataType
impl Copy for PrintTicketParameterDataType
impl Eq for PrintTicketParameterDataType
impl StructuralPartialEq for PrintTicketParameterDataType
Auto Trait Implementations§
impl Freeze for PrintTicketParameterDataType
impl RefUnwindSafe for PrintTicketParameterDataType
impl Send for PrintTicketParameterDataType
impl Sync for PrintTicketParameterDataType
impl Unpin for PrintTicketParameterDataType
impl UnwindSafe for PrintTicketParameterDataType
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