#[repr(C)]pub struct XTextProperty {
pub value: *mut c_uchar,
pub encoding: Atom,
pub format: c_int,
pub nitems: c_ulong,
}Fields§
§value: *mut c_uchar§encoding: Atom§format: c_int§nitems: c_ulongTrait Implementations§
Source§impl Clone for XTextProperty
impl Clone for XTextProperty
Source§fn clone(&self) -> XTextProperty
fn clone(&self) -> XTextProperty
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 XTextProperty
Auto Trait Implementations§
impl !Send for XTextProperty
impl !Sync for XTextProperty
impl Freeze for XTextProperty
impl RefUnwindSafe for XTextProperty
impl Unpin for XTextProperty
impl UnsafeUnpin for XTextProperty
impl UnwindSafe for XTextProperty
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