Struct windows_native::ntsam::SAM_DELTA_DATA
source ยท #[repr(C)]pub struct SAM_DELTA_DATA {
pub GroupMemberId: UnionField<SAM_GROUP_MEMBER_ID>,
pub AliasMemberId: UnionField<SAM_ALIAS_MEMBER_ID>,
pub AccountControl: UnionField<u32>,
pub union_field: u64,
}Fieldsยง
ยงGroupMemberId: UnionField<SAM_GROUP_MEMBER_ID>ยงAliasMemberId: UnionField<SAM_ALIAS_MEMBER_ID>ยงAccountControl: UnionField<u32>ยงunion_field: u64Trait Implementationsยง
sourceยงimpl Debug for SAM_DELTA_DATA
impl Debug for SAM_DELTA_DATA
Auto Trait Implementationsยง
impl RefUnwindSafe for SAM_DELTA_DATA
impl !Send for SAM_DELTA_DATA
impl !Sync for SAM_DELTA_DATA
impl Unpin for SAM_DELTA_DATA
impl UnwindSafe for SAM_DELTA_DATA
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