#[repr(C)]pub struct lc_key_s {
pub key: *mut c_uchar,
pub keylen: usize,
}Fields§
§key: *mut c_uchar§keylen: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for lc_key_s
impl RefUnwindSafe for lc_key_s
impl !Send for lc_key_s
impl !Sync for lc_key_s
impl Unpin for lc_key_s
impl UnwindSafe for lc_key_s
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