Struct x11::xlib::XrmOptionDescRec
source · [−]#[repr(C)]pub struct XrmOptionDescRec {
pub option: *mut c_char,
pub specifier: *mut c_char,
pub argKind: XrmOptionKind,
pub value: XPointer,
}
Fields
option: *mut c_char
specifier: *mut c_char
argKind: XrmOptionKind
value: XPointer
Trait Implementations
sourceimpl Clone for XrmOptionDescRec
impl Clone for XrmOptionDescRec
sourcefn clone(&self) -> XrmOptionDescRec
fn clone(&self) -> XrmOptionDescRec
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XrmOptionDescRec
impl Debug for XrmOptionDescRec
sourceimpl PartialEq<XrmOptionDescRec> for XrmOptionDescRec
impl PartialEq<XrmOptionDescRec> for XrmOptionDescRec
sourcefn eq(&self, other: &XrmOptionDescRec) -> bool
fn eq(&self, other: &XrmOptionDescRec) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XrmOptionDescRec
impl StructuralPartialEq for XrmOptionDescRec
Auto Trait Implementations
impl RefUnwindSafe for XrmOptionDescRec
impl !Send for XrmOptionDescRec
impl !Sync for XrmOptionDescRec
impl Unpin for XrmOptionDescRec
impl UnwindSafe for XrmOptionDescRec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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