#[repr(C)]pub struct GtkAccessibleHypertextInterface {
pub g_iface: GTypeInterface,
pub get_n_links: Option<unsafe extern "C" fn(*mut GtkAccessibleHypertext) -> c_uint>,
pub get_link: Option<unsafe extern "C" fn(*mut GtkAccessibleHypertext, c_uint) -> *mut GtkAccessibleHyperlink>,
pub get_link_at: Option<unsafe extern "C" fn(*mut GtkAccessibleHypertext, c_uint) -> c_uint>,
}Fields§
§g_iface: GTypeInterface§get_n_links: Option<unsafe extern "C" fn(*mut GtkAccessibleHypertext) -> c_uint>§get_link: Option<unsafe extern "C" fn(*mut GtkAccessibleHypertext, c_uint) -> *mut GtkAccessibleHyperlink>§get_link_at: Option<unsafe extern "C" fn(*mut GtkAccessibleHypertext, c_uint) -> c_uint>Trait Implementations§
Source§impl Clone for GtkAccessibleHypertextInterface
impl Clone for GtkAccessibleHypertextInterface
Source§fn clone(&self) -> GtkAccessibleHypertextInterface
fn clone(&self) -> GtkAccessibleHypertextInterface
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 moreimpl Copy for GtkAccessibleHypertextInterface
Auto Trait Implementations§
impl Freeze for GtkAccessibleHypertextInterface
impl RefUnwindSafe for GtkAccessibleHypertextInterface
impl Send for GtkAccessibleHypertextInterface
impl Sync for GtkAccessibleHypertextInterface
impl Unpin for GtkAccessibleHypertextInterface
impl UnwindSafe for GtkAccessibleHypertextInterface
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