Struct nettle_sys::base64_encode_ctx
source · #[repr(C)]pub struct base64_encode_ctx {
pub alphabet: *const c_char,
pub word: c_ushort,
pub bits: c_uchar,
}
Fields§
§alphabet: *const c_char
§word: c_ushort
§bits: c_uchar
Trait Implementations§
source§impl Clone for base64_encode_ctx
impl Clone for base64_encode_ctx
source§fn clone(&self) -> base64_encode_ctx
fn clone(&self) -> base64_encode_ctx
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 base64_encode_ctx
impl Debug for base64_encode_ctx
impl Copy for base64_encode_ctx
Auto Trait Implementations§
impl RefUnwindSafe for base64_encode_ctx
impl !Send for base64_encode_ctx
impl !Sync for base64_encode_ctx
impl Unpin for base64_encode_ctx
impl UnwindSafe for base64_encode_ctx
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