Struct gdk_x11_sys::xlib::XwcTextItem
source · [−]#[repr(C)]pub struct XwcTextItem {
pub chars: *mut u16,
pub nchars: i32,
pub delta: i32,
pub font_set: *mut _XOC,
}
Fields
chars: *mut u16
nchars: i32
delta: i32
font_set: *mut _XOC
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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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