#[repr(C)]pub struct OGREnvelope {
pub MinX: f64,
pub MaxX: f64,
pub MinY: f64,
pub MaxY: f64,
}Fields§
§MinX: f64§MaxX: f64§MinY: f64§MaxY: f64Trait Implementations§
Source§impl Clone for OGREnvelope
impl Clone for OGREnvelope
Source§fn clone(&self) -> OGREnvelope
fn clone(&self) -> OGREnvelope
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 OGREnvelope
impl Debug for OGREnvelope
impl Copy for OGREnvelope
Auto Trait Implementations§
impl Freeze for OGREnvelope
impl RefUnwindSafe for OGREnvelope
impl Send for OGREnvelope
impl Sync for OGREnvelope
impl Unpin for OGREnvelope
impl UnwindSafe for OGREnvelope
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