#[repr(C)]pub struct gpClipRect {
pub MethodID: ULONG,
pub gpc_GInfo: *mut GadgetInfo,
pub gpc_ClipRect: *mut Rectangle,
pub gpc_Flags: ULONG,
}Fields§
§MethodID: ULONG§gpc_GInfo: *mut GadgetInfo§gpc_ClipRect: *mut Rectangle§gpc_Flags: ULONGTrait Implementations§
Source§impl Clone for gpClipRect
impl Clone for gpClipRect
Source§fn clone(&self) -> gpClipRect
fn clone(&self) -> gpClipRect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for gpClipRect
Auto Trait Implementations§
impl !Send for gpClipRect
impl !Sync for gpClipRect
impl Freeze for gpClipRect
impl RefUnwindSafe for gpClipRect
impl Unpin for gpClipRect
impl UnsafeUnpin for gpClipRect
impl UnwindSafe for gpClipRect
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