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
impl Copy for XmbTextItem
impl StructuralPartialEq for XmbTextItem
Auto Trait Implementations§
impl Freeze for XmbTextItem
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
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
)