#[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 Freeze for base64_encode_ctx
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