Struct gtk_sys::GtkTextAttributes
source · [−]#[repr(C)]pub struct GtkTextAttributes {
pub refcount: c_uint,
/* private fields */
}
Fields
refcount: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTextAttributes
impl Send for GtkTextAttributes
impl Sync for GtkTextAttributes
impl Unpin for GtkTextAttributes
impl UnwindSafe for GtkTextAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more