Struct x11_dl::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§
source§impl Clone for XmbTextItem
impl Clone for XmbTextItem
source§fn clone(&self) -> XmbTextItem
fn clone(&self) -> XmbTextItem
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 XmbTextItem
impl Debug for XmbTextItem
source§impl PartialEq for XmbTextItem
impl PartialEq for XmbTextItem
source§fn 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 ==
.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§
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