Struct poppler_sys::PopplerDest
source · #[repr(C)]pub struct PopplerDest {
pub type_: PopplerDestType,
pub page_num: c_int,
pub left: c_double,
pub bottom: c_double,
pub right: c_double,
pub top: c_double,
pub zoom: c_double,
pub named_dest: *mut c_char,
pub change_left: c_uint,
/* private fields */
}
Fields§
§type_: PopplerDestType
§page_num: c_int
§left: c_double
§bottom: c_double
§right: c_double
§top: c_double
§zoom: c_double
§named_dest: *mut c_char
§change_left: c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PopplerDest
impl RefUnwindSafe for PopplerDest
impl !Send for PopplerDest
impl !Sync for PopplerDest
impl Unpin for PopplerDest
impl UnwindSafe for PopplerDest
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