#[repr(C, packed(2))]pub struct PrinterSegment {
pub ps_NextSegment: ULONG,
pub ps_runAlert: ULONG,
pub ps_Version: UWORD,
pub ps_Revision: UWORD,
pub ps_PED: PrinterExtendedData,
}Fields§
§ps_NextSegment: ULONG§ps_runAlert: ULONG§ps_Version: UWORD§ps_Revision: UWORD§ps_PED: PrinterExtendedDataTrait Implementations§
Source§impl Clone for PrinterSegment
impl Clone for PrinterSegment
Source§fn clone(&self) -> PrinterSegment
fn clone(&self) -> PrinterSegment
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 PrinterSegment
impl Debug for PrinterSegment
impl Copy for PrinterSegment
Auto Trait Implementations§
impl Freeze for PrinterSegment
impl RefUnwindSafe for PrinterSegment
impl !Send for PrinterSegment
impl !Sync for PrinterSegment
impl Unpin for PrinterSegment
impl UnwindSafe for PrinterSegment
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