#[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 moreimpl Copy for COPYFILE2_MESSAGE_PollContinue
Auto Trait Implementations§
impl Freeze for COPYFILE2_MESSAGE_PollContinue
impl RefUnwindSafe for COPYFILE2_MESSAGE_PollContinue
impl Send for COPYFILE2_MESSAGE_PollContinue
impl Sync for COPYFILE2_MESSAGE_PollContinue
impl Unpin for COPYFILE2_MESSAGE_PollContinue
impl UnwindSafe for COPYFILE2_MESSAGE_PollContinue
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