Struct windows_sys::Win32::Storage::FileSystem::COPYFILE2_MESSAGE_0_3
#[repr(C)]pub struct COPYFILE2_MESSAGE_0_3 {
pub dwReserved: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwReserved: u32
Trait Implementations§
§impl Clone for COPYFILE2_MESSAGE_0_3
impl Clone for COPYFILE2_MESSAGE_0_3
impl Copy for COPYFILE2_MESSAGE_0_3
Auto Trait Implementations§
impl RefUnwindSafe for COPYFILE2_MESSAGE_0_3
impl Send for COPYFILE2_MESSAGE_0_3
impl Sync for COPYFILE2_MESSAGE_0_3
impl Unpin for COPYFILE2_MESSAGE_0_3
impl UnwindSafe for COPYFILE2_MESSAGE_0_3
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