[][src]Struct pspsdk_sys::sdk::_PspLibraryEntry

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

Structure to hold a single export entry

Fields

name: *const c_charversion: c_ushortattribute: c_ushortentLen: c_ucharvarCount: c_ucharfuncCount: c_ushortentrytable: *mut c_void

Trait Implementations

impl Clone for _PspLibraryEntry[src]

impl Copy for _PspLibraryEntry[src]

impl Debug for _PspLibraryEntry[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.