Struct x11_dl::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§
source§impl Clone for XrmOptionDescRec
impl Clone for XrmOptionDescRec
source§fn clone(&self) -> XrmOptionDescRec
fn clone(&self) -> XrmOptionDescRec
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 moresource§impl Debug for XrmOptionDescRec
impl Debug for XrmOptionDescRec
source§impl PartialEq for XrmOptionDescRec
impl PartialEq for XrmOptionDescRec
impl Copy for XrmOptionDescRec
impl StructuralPartialEq for XrmOptionDescRec
Auto Trait Implementations§
impl Freeze for XrmOptionDescRec
impl RefUnwindSafe for XrmOptionDescRec
impl !Send for XrmOptionDescRec
impl !Sync for XrmOptionDescRec
impl Unpin for XrmOptionDescRec
impl UnwindSafe for XrmOptionDescRec
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)