#[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_REFTrait Implementations§
Source§impl Clone for RTL_RELATIVE_NAME_U
impl Clone for RTL_RELATIVE_NAME_U
Source§fn clone(&self) -> RTL_RELATIVE_NAME_U
fn clone(&self) -> RTL_RELATIVE_NAME_U
Returns a duplicate 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 RTL_RELATIVE_NAME_U
Auto Trait Implementations§
impl Freeze for RTL_RELATIVE_NAME_U
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§
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