#[repr(C)]pub struct ESL_PKEY {
pub key: *mut c_char,
pub fnum: u16,
pub r_off: off_t,
pub d_off: off_t,
pub len: i64,
}Fields§
§key: *mut c_char§fnum: u16§r_off: off_t§d_off: off_t§len: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ESL_PKEY
impl RefUnwindSafe for ESL_PKEY
impl !Send for ESL_PKEY
impl !Sync for ESL_PKEY
impl Unpin for ESL_PKEY
impl UnwindSafe for ESL_PKEY
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