#[repr(u32)]pub enum ServiceSidType {
None = 0,
Restricted = 3,
Unrestricted = 1,
}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 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 moreSource§impl Debug for ServiceSidType
impl Debug for ServiceSidType
Source§impl Hash for ServiceSidType
impl Hash for ServiceSidType
Source§impl PartialEq for ServiceSidType
impl PartialEq for ServiceSidType
impl Copy for ServiceSidType
impl Eq for ServiceSidType
impl StructuralPartialEq for ServiceSidType
Auto Trait Implementations§
impl Freeze for ServiceSidType
impl RefUnwindSafe for ServiceSidType
impl Send for ServiceSidType
impl Sync for ServiceSidType
impl Unpin for ServiceSidType
impl UnwindSafe for ServiceSidType
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