Struct x11::xlib::XmbTextItem
source · [−]#[repr(C)]pub struct XmbTextItem {
pub chars: *mut c_char,
pub nchars: c_int,
pub delta: c_int,
pub font_set: XFontSet,
}
Fields
chars: *mut c_char
nchars: c_int
delta: c_int
font_set: XFontSet
Trait Implementations
sourceimpl Clone for XmbTextItem
impl Clone for XmbTextItem
sourcefn clone(&self) -> XmbTextItem
fn clone(&self) -> XmbTextItem
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 XmbTextItem
impl Debug for XmbTextItem
sourceimpl PartialEq<XmbTextItem> for XmbTextItem
impl PartialEq<XmbTextItem> for XmbTextItem
sourcefn eq(&self, other: &XmbTextItem) -> bool
fn eq(&self, other: &XmbTextItem) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XmbTextItem
impl StructuralPartialEq for XmbTextItem
Auto Trait Implementations
impl RefUnwindSafe for XmbTextItem
impl !Send for XmbTextItem
impl !Sync for XmbTextItem
impl Unpin for XmbTextItem
impl UnwindSafe for XmbTextItem
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