Struct inkview_sys::c_api::iv_wlist_s [−][src]
#[repr(C)]pub struct iv_wlist_s { pub word: *mut u8, pub x1: i16, pub y1: i16, pub x2: i16, pub y2: i16, }
Fields
word: *mut u8x1: i16y1: i16x2: i16y2: i16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for iv_wlist_simpl !Send for iv_wlist_simpl !Sync for iv_wlist_simpl Unpin for iv_wlist_simpl UnwindSafe for iv_wlist_sBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V