#[repr(C)]pub struct GtkArrow {
pub misc: GtkMisc,
pub priv_: *mut GtkArrowPrivate,
}
Fields§
§misc: GtkMisc
§priv_: *mut GtkArrowPrivate
Trait Implementations§
Auto Trait Implementations§
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