Union poppler_sys::PopplerAction
source · #[repr(C)]
pub union PopplerAction {
pub type_: PopplerActionType,
pub any: PopplerActionAny,
pub goto_dest: PopplerActionGotoDest,
pub goto_remote: PopplerActionGotoRemote,
pub launch: PopplerActionLaunch,
pub uri: PopplerActionUri,
pub named: PopplerActionNamed,
pub movie: PopplerActionMovie,
pub rendition: PopplerActionRendition,
pub ocg_state: PopplerActionOCGState,
pub javascript: PopplerActionJavascript,
pub reset_form: PopplerActionResetForm,
}
Fields§
§type_: PopplerActionType
§any: PopplerActionAny
§goto_dest: PopplerActionGotoDest
§goto_remote: PopplerActionGotoRemote
§launch: PopplerActionLaunch
§uri: PopplerActionUri
§named: PopplerActionNamed
§movie: PopplerActionMovie
§rendition: PopplerActionRendition
§ocg_state: PopplerActionOCGState
§javascript: PopplerActionJavascript
§reset_form: PopplerActionResetForm
Trait Implementations§
source§impl Clone for PopplerAction
impl Clone for PopplerAction
source§fn clone(&self) -> PopplerAction
fn clone(&self) -> PopplerAction
Returns a copy 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 PopplerAction
impl Debug for PopplerAction
impl Copy for PopplerAction
Auto Trait Implementations§
impl Freeze for PopplerAction
impl RefUnwindSafe for PopplerAction
impl !Send for PopplerAction
impl !Sync for PopplerAction
impl Unpin for PopplerAction
impl UnwindSafe for PopplerAction
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)