Struct gdk_x11_sys::xlib::XrmOptionDescRec
source · #[repr(C)]pub struct XrmOptionDescRec {
pub option: *mut i8,
pub specifier: *mut i8,
pub argKind: i32,
pub value: *mut i8,
}
Fields§
§option: *mut i8
§specifier: *mut i8
§argKind: i32
§value: *mut i8
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<XrmOptionDescRec> for XrmOptionDescRec
impl PartialEq<XrmOptionDescRec> for XrmOptionDescRec
source§fn 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 ==
.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§
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