Struct ntapi::ntioapi::REPARSE_DATA_BUFFER
source · [−]#[repr(C)]pub struct REPARSE_DATA_BUFFER {
pub ReparseTag: ULONG,
pub ReparseDataLength: USHORT,
pub Reserved: USHORT,
pub u: REPARSE_DATA_BUFFER_u,
}
Fields
ReparseTag: ULONG
ReparseDataLength: USHORT
Reserved: USHORT
u: REPARSE_DATA_BUFFER_u
Trait Implementations
sourceimpl Clone for REPARSE_DATA_BUFFER
impl Clone for REPARSE_DATA_BUFFER
sourcefn clone(&self) -> REPARSE_DATA_BUFFER
fn clone(&self) -> REPARSE_DATA_BUFFER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for REPARSE_DATA_BUFFER
Auto Trait Implementations
impl RefUnwindSafe for REPARSE_DATA_BUFFER
impl Send for REPARSE_DATA_BUFFER
impl Sync for REPARSE_DATA_BUFFER
impl Unpin for REPARSE_DATA_BUFFER
impl UnwindSafe for REPARSE_DATA_BUFFER
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