#[repr(C)]pub struct GoaFilesIface {
pub parent_iface: GTypeInterface,
pub get_accept_ssl_errors: Option<unsafe extern "C" fn(*mut GoaFiles) -> gboolean>,
pub get_uri: Option<unsafe extern "C" fn(*mut GoaFiles) -> *const c_char>,
}Fields§
§parent_iface: GTypeInterface§get_accept_ssl_errors: Option<unsafe extern "C" fn(*mut GoaFiles) -> gboolean>§get_uri: Option<unsafe extern "C" fn(*mut GoaFiles) -> *const c_char>Trait Implementations§
Source§impl Clone for GoaFilesIface
impl Clone for GoaFilesIface
Source§fn clone(&self) -> GoaFilesIface
fn clone(&self) -> GoaFilesIface
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 GoaFilesIface
impl Debug for GoaFilesIface
impl Copy for GoaFilesIface
Auto Trait Implementations§
impl Freeze for GoaFilesIface
impl RefUnwindSafe for GoaFilesIface
impl Send for GoaFilesIface
impl Sync for GoaFilesIface
impl Unpin for GoaFilesIface
impl UnwindSafe for GoaFilesIface
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