#[repr(C)]pub struct _PspLibraryEntry {
pub name: *const c_char,
pub version: c_ushort,
pub attribute: c_ushort,
pub entLen: c_uchar,
pub varCount: c_uchar,
pub funcCount: c_ushort,
pub entrytable: *mut c_void,
}Expand description
Structure to hold a single export entry
Fields§
§name: *const c_char§version: c_ushort§attribute: c_ushort§entLen: c_uchar§varCount: c_uchar§funcCount: c_ushort§entrytable: *mut c_voidTrait Implementations§
Source§impl Clone for _PspLibraryEntry
impl Clone for _PspLibraryEntry
Source§impl Debug for _PspLibraryEntry
impl Debug for _PspLibraryEntry
impl Copy for _PspLibraryEntry
Auto Trait Implementations§
impl Freeze for _PspLibraryEntry
impl RefUnwindSafe for _PspLibraryEntry
impl !Send for _PspLibraryEntry
impl !Sync for _PspLibraryEntry
impl Unpin for _PspLibraryEntry
impl UnsafeUnpin for _PspLibraryEntry
impl UnwindSafe for _PspLibraryEntry
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