#[repr(C)]pub struct pem_context {
pub buf: *mut c_uchar,
pub buflen: usize,
pub info: *mut c_uchar,
}Fields§
§buf: *mut c_uchar§buflen: usize§info: *mut c_ucharTrait Implementations§
Source§impl Clone for pem_context
impl Clone for pem_context
Source§fn clone(&self) -> pem_context
fn clone(&self) -> pem_context
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 pem_context
impl Default for pem_context
impl Copy for pem_context
Auto Trait Implementations§
impl Freeze for pem_context
impl RefUnwindSafe for pem_context
impl !Send for pem_context
impl !Sync for pem_context
impl Unpin for pem_context
impl UnwindSafe for pem_context
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