#[repr(C)]pub struct GtkTextAttributes {
pub refcount: c_uint,
/* private fields */
}
Fields§
§refcount: c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkTextAttributes
impl RefUnwindSafe for GtkTextAttributes
impl Send for GtkTextAttributes
impl Sync for GtkTextAttributes
impl Unpin for GtkTextAttributes
impl UnwindSafe for GtkTextAttributes
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