Struct DDGETTRANSFERSTATUSOUTINFO
#[repr(C)]pub struct DDGETTRANSFERSTATUSOUTINFO {
pub dwTransferID: usize,
}
Fields§
§dwTransferID: usize
Trait Implementations§
§impl Clone for DDGETTRANSFERSTATUSOUTINFO
impl Clone for DDGETTRANSFERSTATUSOUTINFO
§fn clone(&self) -> DDGETTRANSFERSTATUSOUTINFO
fn clone(&self) -> DDGETTRANSFERSTATUSOUTINFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DDGETTRANSFERSTATUSOUTINFO
impl Debug for DDGETTRANSFERSTATUSOUTINFO
§impl Default for DDGETTRANSFERSTATUSOUTINFO
impl Default for DDGETTRANSFERSTATUSOUTINFO
§impl PartialEq for DDGETTRANSFERSTATUSOUTINFO
impl PartialEq for DDGETTRANSFERSTATUSOUTINFO
impl Copy for DDGETTRANSFERSTATUSOUTINFO
impl StructuralPartialEq for DDGETTRANSFERSTATUSOUTINFO
Auto Trait Implementations§
impl Freeze for DDGETTRANSFERSTATUSOUTINFO
impl RefUnwindSafe for DDGETTRANSFERSTATUSOUTINFO
impl Send for DDGETTRANSFERSTATUSOUTINFO
impl Sync for DDGETTRANSFERSTATUSOUTINFO
impl Unpin for DDGETTRANSFERSTATUSOUTINFO
impl UnwindSafe for DDGETTRANSFERSTATUSOUTINFO
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