#[repr(u8)]pub enum SecDescRevision {
One = 1,
}Expand description
Security descriptor format revision.
Variants§
One = 1
Revision 1, the format supported by current security descriptors.
Trait Implementations§
Source§impl Clone for SecDescRevision
impl Clone for SecDescRevision
Source§fn clone(&self) -> SecDescRevision
fn clone(&self) -> SecDescRevision
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SecDescRevision
Source§impl Debug for SecDescRevision
impl Debug for SecDescRevision
Source§impl<'de> Deserialize<'de> for SecDescRevision
impl<'de> Deserialize<'de> for SecDescRevision
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SecDescRevision
Source§impl Hash for SecDescRevision
impl Hash for SecDescRevision
Source§impl PartialEq for SecDescRevision
impl PartialEq for SecDescRevision
Source§impl Serialize for SecDescRevision
impl Serialize for SecDescRevision
impl StructuralPartialEq for SecDescRevision
Auto Trait Implementations§
impl Freeze for SecDescRevision
impl RefUnwindSafe for SecDescRevision
impl Send for SecDescRevision
impl Sync for SecDescRevision
impl Unpin for SecDescRevision
impl UnsafeUnpin for SecDescRevision
impl UnwindSafe for SecDescRevision
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