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
§fn clone(&self) -> SI_COPYFILE
fn clone(&self) -> SI_COPYFILE
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 SI_COPYFILE
Auto Trait Implementations§
impl Freeze for SI_COPYFILE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)