Struct windows_sys::Win32::System::Ioctl::SI_COPYFILE
#[repr(C)]pub struct SI_COPYFILE {
pub SourceFileNameLength: u32,
pub DestinationFileNameLength: u32,
pub Flags: u32,
pub FileNameBuffer: [u16; 1],
}
Fields§
§SourceFileNameLength: u32
§DestinationFileNameLength: u32
§Flags: u32
§FileNameBuffer: [u16; 1]
Trait Implementations§
§impl Clone for SI_COPYFILE
impl Clone for SI_COPYFILE
impl Copy for SI_COPYFILE
Auto Trait Implementations§
impl RefUnwindSafe for SI_COPYFILE
impl Send for SI_COPYFILE
impl Sync for SI_COPYFILE
impl Unpin for SI_COPYFILE
impl UnwindSafe for SI_COPYFILE
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