#[repr(C)]pub struct CPLRectObj {
pub minx: f64,
pub miny: f64,
pub maxx: f64,
pub maxy: f64,
}Fields§
§minx: f64§miny: f64§maxx: f64§maxy: f64Trait Implementations§
Source§impl Clone for CPLRectObj
impl Clone for CPLRectObj
Source§fn clone(&self) -> CPLRectObj
fn clone(&self) -> CPLRectObj
Returns a duplicate 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 CPLRectObj
impl Debug for CPLRectObj
impl Copy for CPLRectObj
Auto Trait Implementations§
impl Freeze for CPLRectObj
impl RefUnwindSafe for CPLRectObj
impl Send for CPLRectObj
impl Sync for CPLRectObj
impl Unpin for CPLRectObj
impl UnwindSafe for CPLRectObj
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