Struct wolf_crypto_sys::DerBuffer
source · #[repr(C)]pub struct DerBuffer {
pub buffer: *mut byte,
pub heap: *mut c_void,
pub length: word32,
pub type_: c_int,
pub dynType: c_int,
}Fields§
§buffer: *mut byte§heap: *mut c_void§length: word32§type_: c_int§dynType: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for DerBuffer
impl RefUnwindSafe for DerBuffer
impl !Send for DerBuffer
impl !Sync for DerBuffer
impl Unpin for DerBuffer
impl UnwindSafe for DerBuffer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)