#[repr(C)]pub struct ArvGcSelectorInterface {
pub parent: GTypeInterface,
pub get_selected_features: Option<unsafe extern "C" fn(_: *mut ArvGcSelector) -> *const GSList>,
}Fields§
§parent: GTypeInterface§get_selected_features: Option<unsafe extern "C" fn(_: *mut ArvGcSelector) -> *const GSList>Trait Implementations§
Source§impl Clone for ArvGcSelectorInterface
impl Clone for ArvGcSelectorInterface
Source§fn clone(&self) -> ArvGcSelectorInterface
fn clone(&self) -> ArvGcSelectorInterface
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 ArvGcSelectorInterface
impl Debug for ArvGcSelectorInterface
impl Copy for ArvGcSelectorInterface
Auto Trait Implementations§
impl Freeze for ArvGcSelectorInterface
impl RefUnwindSafe for ArvGcSelectorInterface
impl Send for ArvGcSelectorInterface
impl Sync for ArvGcSelectorInterface
impl Unpin for ArvGcSelectorInterface
impl UnwindSafe for ArvGcSelectorInterface
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