pub struct NumPages {
pub instr: InstrNUMPAGES,
}
Fields§
§instr: InstrNUMPAGES
Implementations§
Trait Implementations§
impl BuildXML for NumPages
impl StructuralPartialEq for NumPages
Auto Trait Implementations§
impl Freeze for NumPages
impl RefUnwindSafe for NumPages
impl Send for NumPages
impl Sync for NumPages
impl Unpin for NumPages
impl UnwindSafe for NumPages
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