#[repr(C)]pub struct fz_link_dest {
pub loc: fz_location,
pub type_: fz_link_dest_type,
pub x: f32,
pub y: f32,
pub w: f32,
pub h: f32,
pub zoom: f32,
}Fields§
§loc: fz_location§type_: fz_link_dest_type§x: f32§y: f32§w: f32§h: f32§zoom: f32Trait Implementations§
Source§impl Clone for fz_link_dest
impl Clone for fz_link_dest
Source§fn clone(&self) -> fz_link_dest
fn clone(&self) -> fz_link_dest
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 fz_link_dest
impl Debug for fz_link_dest
impl Copy for fz_link_dest
Auto Trait Implementations§
impl Freeze for fz_link_dest
impl RefUnwindSafe for fz_link_dest
impl Send for fz_link_dest
impl Sync for fz_link_dest
impl Unpin for fz_link_dest
impl UnwindSafe for fz_link_dest
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