Struct ntapi::ntrtl::RTL_RELATIVE_NAME_U
source · [−]#[repr(C)]pub struct RTL_RELATIVE_NAME_U {
pub RelativeName: UNICODE_STRING,
pub ContainingDirectory: HANDLE,
pub CurDirRef: PRTLP_CURDIR_REF,
}
Fields
RelativeName: UNICODE_STRING
ContainingDirectory: HANDLE
CurDirRef: PRTLP_CURDIR_REF
Trait Implementations
sourceimpl Clone for RTL_RELATIVE_NAME_U
impl Clone for RTL_RELATIVE_NAME_U
sourcefn clone(&self) -> RTL_RELATIVE_NAME_U
fn clone(&self) -> RTL_RELATIVE_NAME_U
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 RTL_RELATIVE_NAME_U
Auto Trait Implementations
impl RefUnwindSafe for RTL_RELATIVE_NAME_U
impl !Send for RTL_RELATIVE_NAME_U
impl !Sync for RTL_RELATIVE_NAME_U
impl Unpin for RTL_RELATIVE_NAME_U
impl UnwindSafe for RTL_RELATIVE_NAME_U
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