#[repr(C)]pub struct XTextItem {
pub chars: *mut c_char,
pub nchars: c_int,
pub delta: c_int,
pub font: Font,
}Fields
chars: *mut c_charnchars: c_intdelta: c_intfont: FontTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XTextItem
impl !Send for XTextItem
impl !Sync for XTextItem
impl Unpin for XTextItem
impl UnwindSafe for XTextItem
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