#[repr(C)]pub struct RIORESULT {
pub Status: LONG,
pub BytesTransferred: ULONG,
pub SocketContext: ULONGLONG,
pub RequestContext: ULONGLONG,
}
Fields
Status: LONG
BytesTransferred: ULONG
SocketContext: ULONGLONG
RequestContext: ULONGLONG
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RIORESULT
impl Send for RIORESULT
impl Sync for RIORESULT
impl Unpin for RIORESULT
impl UnwindSafe for RIORESULT
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