Struct windows_native::ntpsapi::SERVERSILO_INIT_INFORMATION
source ยท #[repr(C)]pub struct SERVERSILO_INIT_INFORMATION {
pub DeleteEvent: HANDLE,
pub IsDownlevelContainer: BOOLEAN,
}Fieldsยง
ยงDeleteEvent: HANDLEยงIsDownlevelContainer: BOOLEANTrait Implementationsยง
sourceยงimpl Clone for SERVERSILO_INIT_INFORMATION
impl Clone for SERVERSILO_INIT_INFORMATION
sourceยงfn clone(&self) -> SERVERSILO_INIT_INFORMATION
fn clone(&self) -> SERVERSILO_INIT_INFORMATION
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 SERVERSILO_INIT_INFORMATION
impl Debug for SERVERSILO_INIT_INFORMATION
sourceยงimpl PartialEq<SERVERSILO_INIT_INFORMATION> for SERVERSILO_INIT_INFORMATION
impl PartialEq<SERVERSILO_INIT_INFORMATION> for SERVERSILO_INIT_INFORMATION
sourceยงfn eq(&self, other: &SERVERSILO_INIT_INFORMATION) -> bool
fn eq(&self, other: &SERVERSILO_INIT_INFORMATION) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SERVERSILO_INIT_INFORMATION
impl Eq for SERVERSILO_INIT_INFORMATION
impl StructuralEq for SERVERSILO_INIT_INFORMATION
impl StructuralPartialEq for SERVERSILO_INIT_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for SERVERSILO_INIT_INFORMATION
impl Send for SERVERSILO_INIT_INFORMATION
impl Sync for SERVERSILO_INIT_INFORMATION
impl Unpin for SERVERSILO_INIT_INFORMATION
impl UnwindSafe for SERVERSILO_INIT_INFORMATION
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