#[repr(C)]pub struct Gcliprect {
pub ind: Gclip,
pub rec: Glimit,
}Fields§
§ind: Gclip§rec: GlimitTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gcliprect
impl RefUnwindSafe for Gcliprect
impl Send for Gcliprect
impl Sync for Gcliprect
impl Unpin for Gcliprect
impl UnwindSafe for Gcliprect
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