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