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

Trait Implementations

impl Clone for ObjectType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ObjectType
[src]

impl Debug for ObjectType
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ObjectType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl From<ObjectType> for SE_OBJECT_TYPE
[src]

[src]

Performs the conversion.

impl From<SE_OBJECT_TYPE> for ObjectType
[src]

[src]

Performs the conversion.

impl Display for ObjectType
[src]

[src]

Formats the value using the given formatter. Read more