#[repr(C)]pub struct gcRequest {
pub MethodID: ULONG,
pub gcr_Window: *mut Window,
}Fields§
§MethodID: ULONG§gcr_Window: *mut WindowTrait Implementations§
Auto Trait Implementations§
impl !Send for gcRequest
impl !Sync for gcRequest
impl Freeze for gcRequest
impl RefUnwindSafe for gcRequest
impl Unpin for gcRequest
impl UnsafeUnpin for gcRequest
impl UnwindSafe for gcRequest
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