#[repr(C)]pub struct MARIADB_X509_INFO {
pub version: c_int,
pub issuer: *mut c_char,
pub subject: *mut c_char,
pub fingerprint: [c_char; 129],
pub not_before: tm,
pub not_after: tm,
}Fields§
§version: c_int§issuer: *mut c_char§subject: *mut c_char§fingerprint: [c_char; 129]§not_before: tm§not_after: tmTrait Implementations§
Source§impl Clone for MARIADB_X509_INFO
impl Clone for MARIADB_X509_INFO
Source§fn clone(&self) -> MARIADB_X509_INFO
fn clone(&self) -> MARIADB_X509_INFO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MARIADB_X509_INFO
Auto Trait Implementations§
impl !Send for MARIADB_X509_INFO
impl !Sync for MARIADB_X509_INFO
impl Freeze for MARIADB_X509_INFO
impl RefUnwindSafe for MARIADB_X509_INFO
impl Unpin for MARIADB_X509_INFO
impl UnsafeUnpin for MARIADB_X509_INFO
impl UnwindSafe for MARIADB_X509_INFO
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