#[repr(C)]pub struct OSSL_TIME_PERIOD_st {
pub timesOfDay: *mut stack_st_OSSL_DAY_TIME_BAND,
pub days: *mut OSSL_TIME_SPEC_DAY_st,
pub weeks: *mut OSSL_TIME_SPEC_WEEKS_st,
pub months: *mut OSSL_TIME_SPEC_MONTH_st,
pub years: *mut stack_st_ASN1_INTEGER,
}
Fields§
§timesOfDay: *mut stack_st_OSSL_DAY_TIME_BAND
§days: *mut OSSL_TIME_SPEC_DAY_st
§weeks: *mut OSSL_TIME_SPEC_WEEKS_st
§months: *mut OSSL_TIME_SPEC_MONTH_st
§years: *mut stack_st_ASN1_INTEGER
Trait Implementations§
Source§impl Clone for OSSL_TIME_PERIOD_st
impl Clone for OSSL_TIME_PERIOD_st
Source§fn clone(&self) -> OSSL_TIME_PERIOD_st
fn clone(&self) -> OSSL_TIME_PERIOD_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_PERIOD_st
impl Debug for OSSL_TIME_PERIOD_st
impl Copy for OSSL_TIME_PERIOD_st
Auto Trait Implementations§
impl Freeze for OSSL_TIME_PERIOD_st
impl RefUnwindSafe for OSSL_TIME_PERIOD_st
impl !Send for OSSL_TIME_PERIOD_st
impl !Sync for OSSL_TIME_PERIOD_st
impl Unpin for OSSL_TIME_PERIOD_st
impl UnwindSafe for OSSL_TIME_PERIOD_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