#[repr(C)]pub struct Glimit {
pub xmin: Gfloat,
pub xmax: Gfloat,
pub ymin: Gfloat,
pub ymax: Gfloat,
}Fields§
§xmin: Gfloat§xmax: Gfloat§ymin: Gfloat§ymax: GfloatTrait Implementations§
Auto Trait Implementations§
impl Freeze for Glimit
impl RefUnwindSafe for Glimit
impl Send for Glimit
impl Sync for Glimit
impl Unpin for Glimit
impl UnwindSafe for Glimit
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