[][src]Struct winstructs::security::Sid

pub struct Sid { /* fields omitted */ }

Methods

impl Sid[src]

pub fn from_buffer(buffer: &[u8]) -> Result<Self>[src]

pub fn from_reader<R: Read>(reader: &mut R) -> Result<Sid>[src]

Trait Implementations

impl Clone for Sid[src]

impl Debug for Sid[src]

impl Display for Sid[src]

impl PartialEq<Sid> for Sid[src]

impl PartialOrd<Sid> for Sid[src]

impl Serialize for Sid[src]

impl StructuralPartialEq for Sid[src]

Auto Trait Implementations

impl RefUnwindSafe for Sid

impl Send for Sid

impl Sync for Sid

impl Unpin for Sid

impl UnwindSafe for Sid

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.