Union ntapi::ntsam::SAM_DELTA_DATA
source · [−]#[repr(C)]
pub union SAM_DELTA_DATA {
pub GroupMemberId: SAM_GROUP_MEMBER_ID,
pub AliasMemberId: SAM_ALIAS_MEMBER_ID,
pub AccountControl: ULONG,
}
Fields
GroupMemberId: SAM_GROUP_MEMBER_ID
AliasMemberId: SAM_ALIAS_MEMBER_ID
AccountControl: ULONG
Trait Implementations
sourceimpl Clone for SAM_DELTA_DATA
impl Clone for SAM_DELTA_DATA
sourcefn clone(&self) -> SAM_DELTA_DATA
fn clone(&self) -> SAM_DELTA_DATA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy 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
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