Struct winapi::um::winbase::COPYFILE2_MESSAGE_PollContinue
source · #[repr(C)]pub struct COPYFILE2_MESSAGE_PollContinue {
pub dwReserved: DWORD,
}
Fields§
§dwReserved: DWORD
Trait Implementations§
source§impl Clone for COPYFILE2_MESSAGE_PollContinue
impl Clone for COPYFILE2_MESSAGE_PollContinue
source§fn clone(&self) -> COPYFILE2_MESSAGE_PollContinue
fn clone(&self) -> COPYFILE2_MESSAGE_PollContinue
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 moresource§impl Default for COPYFILE2_MESSAGE_PollContinue
impl Default for COPYFILE2_MESSAGE_PollContinue
source§fn default() -> COPYFILE2_MESSAGE_PollContinue
fn default() -> COPYFILE2_MESSAGE_PollContinue
Returns the “default value” for a type. Read more