Struct pango_sys::PangoLogAttr
source · [−]#[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 RefUnwindSafe for PangoLogAttr
impl Send for PangoLogAttr
impl Sync for PangoLogAttr
impl Unpin for PangoLogAttr
impl UnwindSafe for PangoLogAttr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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