Struct LDAP_TIMEVAL
#[repr(C)]pub struct LDAP_TIMEVAL {
pub tv_sec: i32,
pub tv_usec: i32,
}
Fields§
§tv_sec: i32
§tv_usec: i32
Trait Implementations§
§impl Clone for LDAP_TIMEVAL
impl Clone for LDAP_TIMEVAL
§fn clone(&self) -> LDAP_TIMEVAL
fn clone(&self) -> LDAP_TIMEVAL
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 moreimpl Copy for LDAP_TIMEVAL
Auto Trait Implementations§
impl Freeze for LDAP_TIMEVAL
impl RefUnwindSafe for LDAP_TIMEVAL
impl Send for LDAP_TIMEVAL
impl Sync for LDAP_TIMEVAL
impl Unpin for LDAP_TIMEVAL
impl UnwindSafe for LDAP_TIMEVAL
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