pub struct GlRect {
pub x: i32,
pub y: i32,
pub width: u32,
pub height: u32,
}Fields§
§x: i32§y: i32§width: u32§height: u32Implementations§
Trait Implementations§
impl Copy for GlRect
impl Eq for GlRect
impl StructuralPartialEq for GlRect
Auto Trait Implementations§
impl Freeze for GlRect
impl RefUnwindSafe for GlRect
impl Send for GlRect
impl Sync for GlRect
impl Unpin for GlRect
impl UnsafeUnpin for GlRect
impl UnwindSafe for GlRect
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