Struct windows_sys::Win32::Security::Authorization::INHERITED_FROMW
[−]Expand description
Required features: "Win32_Security_Authorization"
Fields
GenerationGap: i32
AncestorName: PWSTR
Trait Implementations
impl Clone for INHERITED_FROMW
impl Clone for INHERITED_FROMW
impl Copy for INHERITED_FROMW
Auto Trait Implementations
impl RefUnwindSafe for INHERITED_FROMW
impl !Send for INHERITED_FROMW
impl !Sync for INHERITED_FROMW
impl Unpin for INHERITED_FROMW
impl UnwindSafe for INHERITED_FROMW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more