#[repr(C)]pub struct Fl_SVG_File_Surface { /* private fields */ }
Trait Implementations§
Source§impl Clone for Fl_SVG_File_Surface
impl Clone for Fl_SVG_File_Surface
Source§fn clone(&self) -> Fl_SVG_File_Surface
fn clone(&self) -> Fl_SVG_File_Surface
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 Fl_SVG_File_Surface
impl Debug for Fl_SVG_File_Surface
impl Copy for Fl_SVG_File_Surface
Auto Trait Implementations§
impl Freeze for Fl_SVG_File_Surface
impl RefUnwindSafe for Fl_SVG_File_Surface
impl Send for Fl_SVG_File_Surface
impl Sync for Fl_SVG_File_Surface
impl Unpin for Fl_SVG_File_Surface
impl UnwindSafe for Fl_SVG_File_Surface
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