Struct sdl2_sys::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 moreimpl Copy 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