Struct wolfssl_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 byteheap: *mut c_voidlength: word32type_: c_intdynType: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DerBuffer
impl !Send for DerBuffer
impl !Sync for DerBuffer
impl Unpin for DerBuffer
impl UnwindSafe for DerBuffer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more