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