Struct windows_sys::Win32::Networking::Ldap::LDAP_TIMEVAL
#[repr(C)]pub struct LDAP_TIMEVAL {
pub tv_sec: i32,
pub tv_usec: i32,
}Fields§
§tv_sec: i32§tv_usec: i32Trait Implementations§
§impl Clone for LDAP_TIMEVAL
impl Clone for LDAP_TIMEVAL
impl Copy for LDAP_TIMEVAL
Auto Trait Implementations§
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