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