#[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_: i32§bubble_pos: irect§arrow_pos: irect§arrow_bmp: *mut ibitmap§icon_bmp: *mut ibitmap§text_pos: irect§font: *mut ifont§text: *mut u8Trait Implementations§
Source§impl Clone for icustombubble_s
impl Clone for icustombubble_s
Source§fn clone(&self) -> icustombubble_s
fn clone(&self) -> icustombubble_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for icustombubble_s
impl Debug for icustombubble_s
impl Copy for icustombubble_s
Auto Trait Implementations§
impl Freeze for icustombubble_s
impl RefUnwindSafe for icustombubble_s
impl !Send for icustombubble_s
impl !Sync for icustombubble_s
impl Unpin for icustombubble_s
impl UnwindSafe for icustombubble_s
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