Struct x11::xshm::XshmSegmentInfo
source · [−]#[repr(C)]pub struct XshmSegmentInfo { /* private fields */ }
Trait Implementations
sourceimpl Clone for XshmSegmentInfo
impl Clone for XshmSegmentInfo
sourcefn clone(&self) -> XshmSegmentInfo
fn clone(&self) -> XshmSegmentInfo
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 XshmSegmentInfo
impl Debug for XshmSegmentInfo
sourceimpl PartialEq<XshmSegmentInfo> for XshmSegmentInfo
impl PartialEq<XshmSegmentInfo> for XshmSegmentInfo
sourcefn eq(&self, other: &XshmSegmentInfo) -> bool
fn eq(&self, other: &XshmSegmentInfo) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XshmSegmentInfo
impl StructuralPartialEq for XshmSegmentInfo
Auto Trait Implementations
impl RefUnwindSafe for XshmSegmentInfo
impl !Send for XshmSegmentInfo
impl !Sync for XshmSegmentInfo
impl Unpin for XshmSegmentInfo
impl UnwindSafe for XshmSegmentInfo
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