#[repr(C)]pub struct LIB_INFO {
pub title: *const c_char,
pub build_date: *const c_char,
pub build_time: *const c_char,
pub module_id: FDK_MODULE_ID,
pub version: INT,
pub flags: UINT,
pub versionStr: [c_char; 32],
}Expand description
Library information.
Fields§
§title: *const c_char§build_date: *const c_char§build_time: *const c_char§module_id: FDK_MODULE_ID§version: INT§flags: UINT§versionStr: [c_char; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for LIB_INFO
impl RefUnwindSafe for LIB_INFO
impl !Send for LIB_INFO
impl !Sync for LIB_INFO
impl Unpin for LIB_INFO
impl UnsafeUnpin for LIB_INFO
impl UnwindSafe for LIB_INFO
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