Struct x11::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
sourceimpl Clone for XwcTextItem
impl Clone for XwcTextItem
sourcefn clone(&self) -> XwcTextItem
fn clone(&self) -> XwcTextItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XwcTextItem
impl Debug for XwcTextItem
sourceimpl PartialEq<XwcTextItem> for XwcTextItem
impl PartialEq<XwcTextItem> for XwcTextItem
sourcefn 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 ==
. Read more
impl Copy for XwcTextItem
impl StructuralPartialEq for XwcTextItem
Auto Trait Implementations
impl RefUnwindSafe for XwcTextItem
impl !Send for XwcTextItem
impl !Sync for XwcTextItem
impl Unpin for XwcTextItem
impl UnwindSafe for XwcTextItem
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