pub struct Overlapped { /* private fields */ }Implementations§
Source§impl Overlapped
impl Overlapped
pub fn as_ptr(&self) -> *const Self
pub fn as_mut_ptr(&mut self) -> *mut Self
pub fn as_c_ptr(&self) -> *const OVERLAPPED
pub fn as_mut_c_ptr(&mut self) -> *mut OVERLAPPED
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Overlapped
impl RefUnwindSafe for Overlapped
impl !Send for Overlapped
impl !Sync for Overlapped
impl Unpin for Overlapped
impl UnsafeUnpin for Overlapped
impl UnwindSafe for Overlapped
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