pub struct PopupFlags {
pub no_rotate: bool,
pub no_zoom: bool,
}Expand description
Flags for popup annotation behavior
Fields§
§no_rotate: boolPopup should not rotate when page is rotated
no_zoom: boolPopup should not zoom when page is zoomed
Trait Implementations§
Source§impl Clone for PopupFlags
impl Clone for PopupFlags
Source§fn clone(&self) -> PopupFlags
fn clone(&self) -> PopupFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PopupFlags
Source§impl Debug for PopupFlags
impl Debug for PopupFlags
Source§impl Default for PopupFlags
impl Default for PopupFlags
Source§fn default() -> PopupFlags
fn default() -> PopupFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PopupFlags
impl RefUnwindSafe for PopupFlags
impl Send for PopupFlags
impl Sync for PopupFlags
impl Unpin for PopupFlags
impl UnsafeUnpin for PopupFlags
impl UnwindSafe for PopupFlags
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