Enum windows_native::ntsam::SAM_ACCOUNT_TYPE
source · #[repr(i32)]pub enum SAM_ACCOUNT_TYPE {
SamObjectUser,
SamObjectGroup,
SamObjectAlias,
}Variants§
Trait Implementations§
source§impl Clone for SAM_ACCOUNT_TYPE
impl Clone for SAM_ACCOUNT_TYPE
source§fn clone(&self) -> SAM_ACCOUNT_TYPE
fn clone(&self) -> SAM_ACCOUNT_TYPE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SAM_ACCOUNT_TYPE
impl Debug for SAM_ACCOUNT_TYPE
source§impl Hash for SAM_ACCOUNT_TYPE
impl Hash for SAM_ACCOUNT_TYPE
source§impl PartialEq<SAM_ACCOUNT_TYPE> for SAM_ACCOUNT_TYPE
impl PartialEq<SAM_ACCOUNT_TYPE> for SAM_ACCOUNT_TYPE
source§fn eq(&self, other: &SAM_ACCOUNT_TYPE) -> bool
fn eq(&self, other: &SAM_ACCOUNT_TYPE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SAM_ACCOUNT_TYPE
impl Eq for SAM_ACCOUNT_TYPE
impl StructuralEq for SAM_ACCOUNT_TYPE
impl StructuralPartialEq for SAM_ACCOUNT_TYPE
Auto Trait Implementations§
impl RefUnwindSafe for SAM_ACCOUNT_TYPE
impl Send for SAM_ACCOUNT_TYPE
impl Sync for SAM_ACCOUNT_TYPE
impl Unpin for SAM_ACCOUNT_TYPE
impl UnwindSafe for SAM_ACCOUNT_TYPE
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