#[repr(C)]pub struct gaiaLayerExtentInfos {
pub Count: c_int,
pub MinX: f64,
pub MinY: f64,
pub MaxX: f64,
pub MaxY: f64,
}
Expand description
Layer Extent infos
Fields§
§Count: c_int
row count (aka feature count)
MinX: f64
Extent: min X
MinY: f64
Extent: min Y
MaxX: f64
Extent: max X
MaxY: f64
Extent: max Y
Trait Implementations§
Source§impl Clone for gaiaLayerExtentInfos
impl Clone for gaiaLayerExtentInfos
Source§fn clone(&self) -> gaiaLayerExtentInfos
fn clone(&self) -> gaiaLayerExtentInfos
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 gaiaLayerExtentInfos
impl Debug for gaiaLayerExtentInfos
impl Copy for gaiaLayerExtentInfos
Auto Trait Implementations§
impl Freeze for gaiaLayerExtentInfos
impl RefUnwindSafe for gaiaLayerExtentInfos
impl Send for gaiaLayerExtentInfos
impl Sync for gaiaLayerExtentInfos
impl Unpin for gaiaLayerExtentInfos
impl UnwindSafe for gaiaLayerExtentInfos
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