Struct XwcTextItem
#[repr(C)]pub struct XwcTextItem {
pub chars: *mut i32,
pub nchars: i32,
pub delta: i32,
pub font_set: *mut _XOC,
}Fields§
§chars: *mut i32§nchars: i32§delta: i32§font_set: *mut _XOCTrait Implementations§
§impl Clone for XwcTextItem
impl Clone for XwcTextItem
§fn clone(&self) -> XwcTextItem
fn clone(&self) -> XwcTextItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XwcTextItem
§impl Debug for XwcTextItem
impl Debug for XwcTextItem
§impl PartialEq for XwcTextItem
impl PartialEq for XwcTextItem
impl StructuralPartialEq for XwcTextItem
Auto Trait Implementations§
impl !Send for XwcTextItem
impl !Sync for XwcTextItem
impl Freeze for XwcTextItem
impl RefUnwindSafe for XwcTextItem
impl Unpin for XwcTextItem
impl UnsafeUnpin for XwcTextItem
impl UnwindSafe for XwcTextItem
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