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],
}
Expand description
Required features: "Win32_System_Ioctl"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more