Struct sndjvu_format::annot::Point
source · pub struct Point {
pub x: u32,
pub y: u32,
}
Expand description
A cartesian coordinate pair, as used in the maparea
annotation.
Fields§
§x: u32
§y: u32
Trait Implementations§
source§impl PartialEq for Point
impl PartialEq for Point
impl Copy for Point
impl Eq for Point
impl StructuralEq for Point
impl StructuralPartialEq for Point
Auto Trait Implementations§
impl RefUnwindSafe for Point
impl Send for Point
impl Sync for Point
impl Unpin for Point
impl UnwindSafe for Point
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