#[repr(C)]pub struct GtkArrow {
pub misc: GtkMisc,
pub priv_: *mut GtkArrowPrivate,
}
Fields§
§misc: GtkMisc
§priv_: *mut GtkArrowPrivate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkArrow
impl RefUnwindSafe for GtkArrow
impl !Send for GtkArrow
impl !Sync for GtkArrow
impl Unpin for GtkArrow
impl UnwindSafe for GtkArrow
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