#[repr(C, packed(2))]pub struct dtPrint {
pub MethodID: ULONG,
pub dtp_GInfo: *mut GadgetInfo,
pub dtp_PIO: *mut printerIO,
pub dtp_AttrList: *mut TagItem,
}Fields§
§MethodID: ULONG§dtp_GInfo: *mut GadgetInfo§dtp_PIO: *mut printerIO§dtp_AttrList: *mut TagItemTrait Implementations§
Auto Trait Implementations§
impl Freeze for dtPrint
impl RefUnwindSafe for dtPrint
impl !Send for dtPrint
impl !Sync for dtPrint
impl Unpin for dtPrint
impl UnwindSafe for dtPrint
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