Struct gtk_sys::GtkScrollableInterface [−][src]
#[repr(C)]pub struct GtkScrollableInterface { pub base_iface: GTypeInterface, pub get_border: Option<unsafe extern "C" fn(_: *mut GtkScrollable, _: *mut GtkBorder) -> gboolean>, }
Fields
base_iface: GTypeInterface
get_border: Option<unsafe extern "C" fn(_: *mut GtkScrollable, _: *mut GtkBorder) -> gboolean>
Trait Implementations
impl Copy for GtkScrollableInterface
[src]
impl Copy for GtkScrollableInterface
impl Clone for GtkScrollableInterface
[src]
impl Clone for GtkScrollableInterface
fn clone(&self) -> GtkScrollableInterface
[src]
fn clone(&self) -> GtkScrollableInterface
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkScrollableInterface
[src]
impl Debug for GtkScrollableInterface
Auto Trait Implementations
impl Send for GtkScrollableInterface
impl Send for GtkScrollableInterface
impl Sync for GtkScrollableInterface
impl Sync for GtkScrollableInterface