Struct poppler_sys::PopplerPageTransition
source · #[repr(C)]pub struct PopplerPageTransition {
pub type_: PopplerPageTransitionType,
pub alignment: PopplerPageTransitionAlignment,
pub direction: PopplerPageTransitionDirection,
pub duration: c_int,
pub angle: c_int,
pub scale: c_double,
pub rectangular: gboolean,
pub duration_real: c_double,
}
Fields§
§type_: PopplerPageTransitionType
§alignment: PopplerPageTransitionAlignment
§direction: PopplerPageTransitionDirection
§duration: c_int
§angle: c_int
§scale: c_double
§rectangular: gboolean
§duration_real: c_double
Trait Implementations§
source§impl Clone for PopplerPageTransition
impl Clone for PopplerPageTransition
source§fn clone(&self) -> PopplerPageTransition
fn clone(&self) -> PopplerPageTransition
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 PopplerPageTransition
impl Debug for PopplerPageTransition
impl Copy for PopplerPageTransition
Auto Trait Implementations§
impl Freeze for PopplerPageTransition
impl RefUnwindSafe for PopplerPageTransition
impl Send for PopplerPageTransition
impl Sync for PopplerPageTransition
impl Unpin for PopplerPageTransition
impl UnwindSafe for PopplerPageTransition
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
)