Enum windows_service::service::ServiceSidType
source · #[repr(u32)]
pub enum ServiceSidType {
None,
Restricted,
Unrestricted,
}Expand description
This controls how the service SID is added to the service process token. https://docs.microsoft.com/en-us/windows/win32/api/winsvc/ns-winsvc-service_sid_info
Variants§
Trait Implementations§
source§impl Clone for ServiceSidType
impl Clone for ServiceSidType
source§fn clone(&self) -> ServiceSidType
fn clone(&self) -> ServiceSidType
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 ServiceSidType
impl Debug for ServiceSidType
source§impl Hash for ServiceSidType
impl Hash for ServiceSidType
source§impl PartialEq<ServiceSidType> for ServiceSidType
impl PartialEq<ServiceSidType> for ServiceSidType
source§fn eq(&self, other: &ServiceSidType) -> bool
fn eq(&self, other: &ServiceSidType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.