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