pub struct NamedDest {
pub page: usize,
pub name: String,
pub x: Length,
pub y: Length,
}Expand description
One named destination (upstream NamedDest: (name, (x, y), pageno)),
emitted as /Dests { name: [page /XYZ x y 0] }.
Fields§
§page: usize§name: String§x: Length§y: LengthTrait Implementations§
impl StructuralPartialEq for NamedDest
Auto Trait Implementations§
impl Freeze for NamedDest
impl RefUnwindSafe for NamedDest
impl Send for NamedDest
impl Sync for NamedDest
impl Unpin for NamedDest
impl UnsafeUnpin for NamedDest
impl UnwindSafe for NamedDest
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