Struct pango_sys::PangoLogAttr 
source · #[repr(C)]pub struct PangoLogAttr {
    pub is_line_break: c_uint,
    /* private fields */
}Fields§
§is_line_break: c_uintTrait Implementations§
Auto Trait Implementations§
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