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