#[repr(C)]pub union LDAPAccountUsability {
pub seconds_remaining: ber_int_t,
pub more_info: LDAPAccountUsabilityMoreInfo,
}Fields§
§seconds_remaining: ber_int_t§more_info: LDAPAccountUsabilityMoreInfoTrait Implementations§
Source§impl Clone for LDAPAccountUsability
impl Clone for LDAPAccountUsability
Source§fn clone(&self) -> LDAPAccountUsability
fn clone(&self) -> LDAPAccountUsability
Returns a duplicate 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 moreimpl Copy for LDAPAccountUsability
Auto Trait Implementations§
impl Freeze for LDAPAccountUsability
impl RefUnwindSafe for LDAPAccountUsability
impl Send for LDAPAccountUsability
impl Sync for LDAPAccountUsability
impl Unpin for LDAPAccountUsability
impl UnwindSafe for LDAPAccountUsability
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