Struct x11_dl::xlib::XwcTextItem
source · #[repr(C)]pub struct XwcTextItem {
pub chars: *mut wchar_t,
pub nchars: c_int,
pub delta: c_int,
pub font_set: XFontSet,
}
Fields§
§chars: *mut wchar_t
§nchars: c_int
§delta: c_int
§font_set: XFontSet
Trait Implementations§
source§impl Clone for XwcTextItem
impl Clone for XwcTextItem
source§fn clone(&self) -> XwcTextItem
fn clone(&self) -> XwcTextItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XwcTextItem
impl Debug for XwcTextItem
source§impl PartialEq for XwcTextItem
impl PartialEq for XwcTextItem
source§fn eq(&self, other: &XwcTextItem) -> bool
fn eq(&self, other: &XwcTextItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XwcTextItem
impl StructuralPartialEq for XwcTextItem
Auto Trait Implementations§
impl Freeze for XwcTextItem
impl RefUnwindSafe for XwcTextItem
impl !Send for XwcTextItem
impl !Sync for XwcTextItem
impl Unpin for XwcTextItem
impl UnwindSafe for XwcTextItem
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