#[repr(C)]pub struct pdf_launch_url_event {
pub url: *const c_char,
pub new_frame: c_int,
}Fields§
§url: *const c_char§new_frame: c_intTrait Implementations§
Source§impl Clone for pdf_launch_url_event
impl Clone for pdf_launch_url_event
Source§fn clone(&self) -> pdf_launch_url_event
fn clone(&self) -> pdf_launch_url_event
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 pdf_launch_url_event
impl Debug for pdf_launch_url_event
impl Copy for pdf_launch_url_event
Auto Trait Implementations§
impl Freeze for pdf_launch_url_event
impl RefUnwindSafe for pdf_launch_url_event
impl !Send for pdf_launch_url_event
impl !Sync for pdf_launch_url_event
impl Unpin for pdf_launch_url_event
impl UnwindSafe for pdf_launch_url_event
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