#[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