Enum windows_acl::acl::ObjectType
[−]
[src]
pub enum ObjectType {
Unknown,
FileObject,
ServiceObject,
PrinterObject,
RegistryKey,
LmShare,
KernelObject,
WindowObject,
DsObject,
DsObjectAll,
ProviderDefinedObject,
WmiGuidObject,
RegistryWow6432Key,
}This enum is almost a direct mapping with the values described in SE_OBJECT_TYPE
Variants
UnknownFileObjectServiceObjectPrinterObjectRegistryKeyKernelObjectWindowObjectDsObjectDsObjectAllProviderDefinedObjectWmiGuidObjectRegistryWow6432Key
Trait Implementations
impl Clone for ObjectType[src]
fn clone(&self) -> ObjectType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for ObjectType[src]
impl Debug for ObjectType[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for ObjectType[src]
fn eq(&self, __arg_0: &ObjectType) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl From<ObjectType> for SE_OBJECT_TYPE[src]
fn from(obj_type: ObjectType) -> Self[src]
Performs the conversion.