#[repr(C)]pub struct GtkScrollbar {
pub range: GtkRange,
}Fields§
§range: GtkRangeTrait Implementations§
Source§impl Clone for GtkScrollbar
impl Clone for GtkScrollbar
Source§fn clone(&self) -> GtkScrollbar
fn clone(&self) -> GtkScrollbar
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkScrollbar
Auto Trait Implementations§
impl !Send for GtkScrollbar
impl !Sync for GtkScrollbar
impl Freeze for GtkScrollbar
impl RefUnwindSafe for GtkScrollbar
impl Unpin for GtkScrollbar
impl UnsafeUnpin for GtkScrollbar
impl UnwindSafe for GtkScrollbar
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