#[repr(C)]pub struct _SI_COPYFILE {
pub SourceFileNameLength: DWORD,
pub DestinationFileNameLength: DWORD,
pub Flags: DWORD,
pub FileNameBuffer: [WCHAR; 1],
}
Fields§
§SourceFileNameLength: DWORD
§DestinationFileNameLength: DWORD
§Flags: DWORD
§FileNameBuffer: [WCHAR; 1]
Trait Implementations§
Source§impl Clone for _SI_COPYFILE
impl Clone for _SI_COPYFILE
Source§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 moreSource§impl Debug for _SI_COPYFILE
impl Debug for _SI_COPYFILE
Source§impl Ord for _SI_COPYFILE
impl Ord for _SI_COPYFILE
Source§fn cmp(&self, other: &_SI_COPYFILE) -> Ordering
fn cmp(&self, other: &_SI_COPYFILE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SI_COPYFILE
impl PartialEq for _SI_COPYFILE
Source§impl PartialOrd for _SI_COPYFILE
impl PartialOrd for _SI_COPYFILE
impl Copy for _SI_COPYFILE
impl Eq for _SI_COPYFILE
impl StructuralPartialEq 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