#[repr(C)]pub struct ipager_s {Show 13 fields
pub page_font: *mut ifont,
pub height: i32,
pub indent_horizontal: i32,
pub left_width: i32,
pub page_width: i32,
pub rigth_width: i32,
pub separator_size: i32,
pub icon_left: *const ibitmap,
pub icon_right: *const ibitmap,
pub current_page: i32,
pub total_pages: i32,
pub position: irect,
pub orientation: i32,
}Fields§
§page_font: *mut ifont§height: i32§indent_horizontal: i32§left_width: i32§page_width: i32§rigth_width: i32§separator_size: i32§icon_left: *const ibitmap§icon_right: *const ibitmap§current_page: i32§total_pages: i32§position: irect§orientation: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ipager_s
impl RefUnwindSafe for ipager_s
impl !Send for ipager_s
impl !Sync for ipager_s
impl Unpin for ipager_s
impl UnwindSafe for ipager_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