Struct ntapi::ntsam::DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC
source · [−]#[repr(C)]pub struct DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC {
pub Count: ULONG,
pub Entries: *mut DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY,
}
Fields
Count: ULONG
Entries: *mut DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
Trait Implementations
sourceimpl Clone for DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC
impl Clone for DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC
sourcefn clone(&self) -> DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC
fn clone(&self) -> DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC
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 DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC
Auto Trait Implementations
impl RefUnwindSafe for DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC
impl !Send for DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC
impl !Sync for DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC
impl Unpin for DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC
impl UnwindSafe for DOMAIN_LOCALIZABLE_ACCOUNTS_BASIC
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