#[repr(C)]pub struct ssl_ticket_key {
pub name: [c_uchar; 4],
pub generation_time: u32,
pub ctx: cipher_context_t,
}Fields§
§name: [c_uchar; 4]§generation_time: u32§ctx: cipher_context_tTrait Implementations§
Source§impl Clone for ssl_ticket_key
impl Clone for ssl_ticket_key
Source§fn clone(&self) -> ssl_ticket_key
fn clone(&self) -> ssl_ticket_key
Returns a duplicate 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 Default for ssl_ticket_key
impl Default for ssl_ticket_key
impl Copy for ssl_ticket_key
Auto Trait Implementations§
impl Freeze for ssl_ticket_key
impl RefUnwindSafe for ssl_ticket_key
impl !Send for ssl_ticket_key
impl !Sync for ssl_ticket_key
impl Unpin for ssl_ticket_key
impl UnwindSafe for ssl_ticket_key
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