#[repr(C)]pub union printerIO {
pub ios: IOStdReq,
pub iodrp: IODRPReq,
pub iopc: IOPrtCmdReq,
}Fields§
§ios: IOStdReq§iodrp: IODRPReq§iopc: IOPrtCmdReqTrait Implementations§
Auto Trait Implementations§
impl Freeze for printerIO
impl RefUnwindSafe for printerIO
impl !Send for printerIO
impl !Sync for printerIO
impl Unpin for printerIO
impl UnwindSafe for printerIO
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