#[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_char
§nchars: c_int
§delta: c_int
§font: Font
Trait Implementations§
impl Copy for XTextItem
impl StructuralPartialEq for XTextItem
Auto Trait Implementations§
impl Freeze for XTextItem
impl RefUnwindSafe for XTextItem
impl !Send for XTextItem
impl !Sync for XTextItem
impl Unpin for XTextItem
impl UnwindSafe for XTextItem
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)