[][src]Struct nnsdk::ro::Module

#[repr(C)]pub struct Module {
    pub ModuleObject: *mut ModuleObject,
    pub State: u32,
    pub NroPtr: *mut c_void,
    pub BssPtr: *mut c_void,
    pub _x20: *mut c_void,
    pub SourceBuffer: *mut c_void,
    pub Name: [c_char; 256],
    pub _x130: u8,
    pub _x131: u8,
    pub isLoaded: bool,
}

Fields

ModuleObject: *mut ModuleObjectState: u32NroPtr: *mut c_voidBssPtr: *mut c_void_x20: *mut c_voidSourceBuffer: *mut c_voidName: [c_char; 256]_x130: u8_x131: u8isLoaded: bool

Auto Trait Implementations

impl !Send for Module

impl !Sync for Module

impl Unpin for Module

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.