Struct inkview_sys::c_api::bookinfo_s[][src]

#[repr(C)]
pub struct bookinfo_s {
Show fields pub type_: i32, pub typedesc: *mut u8, pub path: *mut u8, pub filename: *mut u8, pub title: *mut u8, pub author: *mut u8, pub series: *mut u8, pub numinseries: i32, pub genre: [*mut u8; 10], pub icon: *mut ibitmap, pub year: i32, pub size: i32, pub ctime: time_t, pub isbn: *mut u8, pub meta_id: *mut u8, pub first_author: *mut u8, pub drm: i32, pub annotation: *mut u8, pub lang: *mut u8, pub publisher: *mut u8, pub identifiers: *mut u8,
}

Fields

type_: i32typedesc: *mut u8path: *mut u8filename: *mut u8title: *mut u8author: *mut u8series: *mut u8numinseries: i32genre: [*mut u8; 10]icon: *mut ibitmapyear: i32size: i32ctime: time_tisbn: *mut u8meta_id: *mut u8first_author: *mut u8drm: i32annotation: *mut u8lang: *mut u8publisher: *mut u8identifiers: *mut u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.