#[repr(C)]pub struct XShmSegmentInfo {
pub shmseg: c_ulong,
pub shmid: c_int,
pub shmaddr: *mut c_char,
pub readOnly: c_int,
}Fields§
§shmseg: c_ulong§shmid: c_int§shmaddr: *mut c_char§readOnly: c_intTrait Implementations§
Source§impl Clone for XShmSegmentInfo
impl Clone for XShmSegmentInfo
Source§fn clone(&self) -> XShmSegmentInfo
fn clone(&self) -> XShmSegmentInfo
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 moreimpl Copy for XShmSegmentInfo
Auto Trait Implementations§
impl Freeze for XShmSegmentInfo
impl RefUnwindSafe for XShmSegmentInfo
impl !Send for XShmSegmentInfo
impl !Sync for XShmSegmentInfo
impl Unpin for XShmSegmentInfo
impl UnwindSafe for XShmSegmentInfo
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