#[repr(C)]pub struct pdf_alert_event {
pub doc: *mut pdf_document,
pub message: *const c_char,
pub icon_type: c_int,
pub button_group_type: c_int,
pub title: *const c_char,
pub has_check_box: c_int,
pub check_box_message: *const c_char,
pub initially_checked: c_int,
pub finally_checked: c_int,
pub button_pressed: c_int,
}Fields§
§doc: *mut pdf_document§message: *const c_char§icon_type: c_int§title: *const c_char§has_check_box: c_int§check_box_message: *const c_char§initially_checked: c_int§finally_checked: c_intTrait Implementations§
Source§impl Clone for pdf_alert_event
impl Clone for pdf_alert_event
Source§fn clone(&self) -> pdf_alert_event
fn clone(&self) -> pdf_alert_event
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 pdf_alert_event
impl Debug for pdf_alert_event
impl Copy for pdf_alert_event
Auto Trait Implementations§
impl Freeze for pdf_alert_event
impl RefUnwindSafe for pdf_alert_event
impl !Send for pdf_alert_event
impl !Sync for pdf_alert_event
impl Unpin for pdf_alert_event
impl UnwindSafe for pdf_alert_event
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