Struct pango_sys::PangoLayoutLine
source · [−]#[repr(C)]pub struct PangoLayoutLine {
pub layout: *mut PangoLayout,
pub start_index: c_int,
pub length: c_int,
pub runs: *mut GSList,
pub is_paragraph_start: c_uint,
/* private fields */
}
Fields
layout: *mut PangoLayout
start_index: c_int
length: c_int
runs: *mut GSList
is_paragraph_start: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoLayoutLine
impl !Send for PangoLayoutLine
impl !Sync for PangoLayoutLine
impl Unpin for PangoLayoutLine
impl UnwindSafe for PangoLayoutLine
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