Struct windows_native::ntpsapi::SILOOBJECT_ROOT_DIRECTORY
source ยท #[repr(C)]pub struct SILOOBJECT_ROOT_DIRECTORY {
pub Anonymous1: SILOOBJECT_ROOT_DIRECTORY_1,
}Fieldsยง
ยงAnonymous1: SILOOBJECT_ROOT_DIRECTORY_1Trait Implementationsยง
sourceยงimpl Clone for SILOOBJECT_ROOT_DIRECTORY
impl Clone for SILOOBJECT_ROOT_DIRECTORY
sourceยงfn clone(&self) -> SILOOBJECT_ROOT_DIRECTORY
fn clone(&self) -> SILOOBJECT_ROOT_DIRECTORY
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 moresourceยงimpl Debug for SILOOBJECT_ROOT_DIRECTORY
impl Debug for SILOOBJECT_ROOT_DIRECTORY
sourceยงimpl Default for SILOOBJECT_ROOT_DIRECTORY
impl Default for SILOOBJECT_ROOT_DIRECTORY
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ยง
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