Struct gdk_x11_sys::xlib::XServerInterpretedAddress
[−]#[repr(C)]pub struct XServerInterpretedAddress {
pub typelength: i32,
pub valuelength: i32,
pub type_: *mut i8,
pub value: *mut i8,
}
Fields
typelength: i32
valuelength: i32
type_: *mut i8
value: *mut i8
Trait Implementations
impl Clone for XServerInterpretedAddress
impl Clone for XServerInterpretedAddress
fn clone(&self) -> XServerInterpretedAddress
fn clone(&self) -> XServerInterpretedAddress
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Debug for XServerInterpretedAddress
impl Debug for XServerInterpretedAddress
impl PartialEq<XServerInterpretedAddress> for XServerInterpretedAddress
impl PartialEq<XServerInterpretedAddress> for XServerInterpretedAddress
fn eq(&self, other: &XServerInterpretedAddress) -> bool
fn eq(&self, other: &XServerInterpretedAddress) -> bool
impl Copy for XServerInterpretedAddress
impl StructuralPartialEq for XServerInterpretedAddress
Auto Trait Implementations
impl RefUnwindSafe for XServerInterpretedAddress
impl !Send for XServerInterpretedAddress
impl !Sync for XServerInterpretedAddress
impl Unpin for XServerInterpretedAddress
impl UnwindSafe for XServerInterpretedAddress
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