Struct REFS_REMOVE_HARDLINK_BACKPOINTER
#[repr(C)]pub struct REFS_REMOVE_HARDLINK_BACKPOINTER {
pub ParentDirectory: u64,
pub Reserved: u64,
pub FileName: [u16; 1],
}
Fields§
§ParentDirectory: u64
§Reserved: u64
§FileName: [u16; 1]
Trait Implementations§
§impl Clone for REFS_REMOVE_HARDLINK_BACKPOINTER
impl Clone for REFS_REMOVE_HARDLINK_BACKPOINTER
§fn clone(&self) -> REFS_REMOVE_HARDLINK_BACKPOINTER
fn clone(&self) -> REFS_REMOVE_HARDLINK_BACKPOINTER
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 REFS_REMOVE_HARDLINK_BACKPOINTER
Auto Trait Implementations§
impl Freeze for REFS_REMOVE_HARDLINK_BACKPOINTER
impl RefUnwindSafe for REFS_REMOVE_HARDLINK_BACKPOINTER
impl Send for REFS_REMOVE_HARDLINK_BACKPOINTER
impl Sync for REFS_REMOVE_HARDLINK_BACKPOINTER
impl Unpin for REFS_REMOVE_HARDLINK_BACKPOINTER
impl UnwindSafe for REFS_REMOVE_HARDLINK_BACKPOINTER
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