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_uintTrait 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§
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