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