#[repr(C)]pub struct DDGETTRANSFERSTATUSOUTINFO {
pub dwTransferID: usize,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwTransferID: usize
Trait Implementations
impl Clone for DDGETTRANSFERSTATUSOUTINFO
impl Clone for DDGETTRANSFERSTATUSOUTINFO
impl Copy for DDGETTRANSFERSTATUSOUTINFO
Auto Trait Implementations
impl RefUnwindSafe for DDGETTRANSFERSTATUSOUTINFO
impl Send for DDGETTRANSFERSTATUSOUTINFO
impl Sync for DDGETTRANSFERSTATUSOUTINFO
impl Unpin for DDGETTRANSFERSTATUSOUTINFO
impl UnwindSafe for DDGETTRANSFERSTATUSOUTINFO
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