[][src]Struct irssi_sys::MODULE_FILE_REC

#[repr(C)]
pub struct MODULE_FILE_REC {
    pub root: *mut MODULE_REC,
    pub name: *mut c_char,
    pub defined_module_name: *mut c_char,
    pub module_deinit: Option<unsafe extern "C" fn()>,
    pub gmodule: *mut GModule,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
    pub __bindgen_padding_0: [u8; 7],
}

Fields

root: *mut MODULE_RECname: *mut c_chardefined_module_name: *mut c_charmodule_deinit: Option<unsafe extern "C" fn()>gmodule: *mut GModule_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>__bindgen_padding_0: [u8; 7]

Methods

impl MODULE_FILE_REC[src]

pub fn initialized(&self) -> c_uint[src]

pub fn set_initialized(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(initialized: c_uint) -> __BindgenBitfieldUnit<[u8; 1], u8>[src]

Trait Implementations

impl Clone for MODULE_FILE_REC[src]

impl Copy for MODULE_FILE_REC[src]

impl Debug for MODULE_FILE_REC[src]

Auto Trait Implementations

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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