Struct nitf_rs::headers::graphic_hdr::BoundLocation
source · pub struct BoundLocation {
pub row: i32,
pub col: i32,
}Expand description
Graphic bound position relative to origin of coordinate system
Fields§
§row: i32§col: i32Trait Implementations§
source§impl Clone for BoundLocation
impl Clone for BoundLocation
source§fn clone(&self) -> BoundLocation
fn clone(&self) -> BoundLocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BoundLocation
impl Debug for BoundLocation
source§impl Default for BoundLocation
impl Default for BoundLocation
source§fn default() -> BoundLocation
fn default() -> BoundLocation
Returns the “default value” for a type. Read more
source§impl Display for BoundLocation
impl Display for BoundLocation
source§impl FromStr for BoundLocation
impl FromStr for BoundLocation
source§impl PartialEq for BoundLocation
impl PartialEq for BoundLocation
source§fn eq(&self, other: &BoundLocation) -> bool
fn eq(&self, other: &BoundLocation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for BoundLocation
impl StructuralPartialEq for BoundLocation
Auto Trait Implementations§
impl RefUnwindSafe for BoundLocation
impl Send for BoundLocation
impl Sync for BoundLocation
impl Unpin for BoundLocation
impl UnwindSafe for BoundLocation
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