Struct inkview_sys::c_api::tocentry_s [−][src]
#[repr(C)]pub struct tocentry_s { pub level: i32, pub page: i32, pub position: i64, pub text: *mut u8, }
Fields
level: i32page: i32position: i64text: *mut u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for tocentry_simpl !Send for tocentry_simpl !Sync for tocentry_simpl Unpin for tocentry_simpl UnwindSafe for tocentry_sBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V