Struct ntapi::ntpsapi::SILOOBJECT_ROOT_DIRECTORY
source · [−]#[repr(C)]pub struct SILOOBJECT_ROOT_DIRECTORY {
pub ControlFlags: ULONG,
pub Path: UNICODE_STRING,
}
Fields
ControlFlags: ULONG
Path: UNICODE_STRING
Trait Implementations
sourceimpl Clone for SILOOBJECT_ROOT_DIRECTORY
impl Clone for SILOOBJECT_ROOT_DIRECTORY
sourcefn clone(&self) -> SILOOBJECT_ROOT_DIRECTORY
fn clone(&self) -> SILOOBJECT_ROOT_DIRECTORY
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 SILOOBJECT_ROOT_DIRECTORY
Auto Trait Implementations
impl RefUnwindSafe for SILOOBJECT_ROOT_DIRECTORY
impl !Send for SILOOBJECT_ROOT_DIRECTORY
impl !Sync for SILOOBJECT_ROOT_DIRECTORY
impl Unpin for SILOOBJECT_ROOT_DIRECTORY
impl UnwindSafe for SILOOBJECT_ROOT_DIRECTORY
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