Struct inkview_sys::c_api::icustombubble_s [−][src]
#[repr(C)]pub struct icustombubble_s { pub type_: i32, pub bubble_pos: irect, pub arrow_pos: irect, pub arrow_bmp: *mut ibitmap, pub icon_bmp: *mut ibitmap, pub text_pos: irect, pub font: *mut ifont, pub text: *mut u8, }
Fields
type_: i32bubble_pos: irectarrow_pos: irectarrow_bmp: *mut ibitmapicon_bmp: *mut ibitmaptext_pos: irectfont: *mut ifonttext: *mut u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for icustombubble_simpl !Send for icustombubble_simpl !Sync for icustombubble_simpl Unpin for icustombubble_simpl UnwindSafe for icustombubble_sBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V