#[repr(C)]pub struct OSSL_TIME_SPEC_ABSOLUTE_st {
pub startTime: *mut asn1_string_st,
pub endTime: *mut asn1_string_st,
}
Fields§
§startTime: *mut asn1_string_st
§endTime: *mut asn1_string_st
Trait Implementations§
Source§impl Clone for OSSL_TIME_SPEC_ABSOLUTE_st
impl Clone for OSSL_TIME_SPEC_ABSOLUTE_st
Source§fn clone(&self) -> OSSL_TIME_SPEC_ABSOLUTE_st
fn clone(&self) -> OSSL_TIME_SPEC_ABSOLUTE_st
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 OSSL_TIME_SPEC_ABSOLUTE_st
impl Debug for OSSL_TIME_SPEC_ABSOLUTE_st
impl Copy for OSSL_TIME_SPEC_ABSOLUTE_st
Auto Trait Implementations§
impl Freeze for OSSL_TIME_SPEC_ABSOLUTE_st
impl RefUnwindSafe for OSSL_TIME_SPEC_ABSOLUTE_st
impl !Send for OSSL_TIME_SPEC_ABSOLUTE_st
impl !Sync for OSSL_TIME_SPEC_ABSOLUTE_st
impl Unpin for OSSL_TIME_SPEC_ABSOLUTE_st
impl UnwindSafe for OSSL_TIME_SPEC_ABSOLUTE_st
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