Struct winapi::um::minwinbase::OVERLAPPED_u
source · [−]#[repr(C)]pub struct OVERLAPPED_u(_);
Implementations
sourceimpl OVERLAPPED_u
impl OVERLAPPED_u
pub unsafe fn s(&self) -> &OVERLAPPED_u_s
pub unsafe fn s_mut(&mut self) -> &mut OVERLAPPED_u_s
pub unsafe fn Pointer(&self) -> &PVOID
pub unsafe fn Pointer_mut(&mut self) -> &mut PVOID
Trait Implementations
sourceimpl Clone for OVERLAPPED_u
impl Clone for OVERLAPPED_u
sourcefn clone(&self) -> OVERLAPPED_u
fn clone(&self) -> OVERLAPPED_u
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for OVERLAPPED_u
Auto Trait Implementations
impl RefUnwindSafe for OVERLAPPED_u
impl Send for OVERLAPPED_u
impl Sync for OVERLAPPED_u
impl Unpin for OVERLAPPED_u
impl UnwindSafe for OVERLAPPED_u
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more