Struct gdk_x11_sys::xlib::XrmValue
source · [−]Fields
size: u32
addr: *mut i8
Trait Implementations
impl Copy for XrmValue
impl StructuralPartialEq for XrmValue
Auto Trait Implementations
impl RefUnwindSafe for XrmValue
impl !Send for XrmValue
impl !Sync for XrmValue
impl Unpin for XrmValue
impl UnwindSafe for XrmValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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