#[repr(C)]pub struct iapp_caption_s {
pub rect_portrait: irect,
pub rect_landscape: irect,
pub font: *mut ifont,
pub title_height: i32,
pub background_color: i32,
pub is_active: i16,
pub is_uppercase: i16,
}Fields§
§rect_portrait: irect§rect_landscape: irect§font: *mut ifont§title_height: i32§background_color: i32§is_active: i16§is_uppercase: i16Trait Implementations§
Source§impl Clone for iapp_caption_s
impl Clone for iapp_caption_s
Source§fn clone(&self) -> iapp_caption_s
fn clone(&self) -> iapp_caption_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 iapp_caption_s
impl Debug for iapp_caption_s
impl Copy for iapp_caption_s
Auto Trait Implementations§
impl Freeze for iapp_caption_s
impl RefUnwindSafe for iapp_caption_s
impl !Send for iapp_caption_s
impl !Sync for iapp_caption_s
impl Unpin for iapp_caption_s
impl UnwindSafe for iapp_caption_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