pub struct PtrInSegment { /* private fields */ }Expand description
Pointer that owns it’s SHM segment
This API has been marked as unstable: it works as advertised, but it may be changed in a future release.
Implementations§
Trait Implementations§
Source§impl Clone for PtrInSegment
impl Clone for PtrInSegment
Source§fn clone(&self) -> PtrInSegment
fn clone(&self) -> PtrInSegment
Returns a duplicate 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 PtrInSegment
impl Debug for PtrInSegment
Source§impl PartialEq for PtrInSegment
impl PartialEq for PtrInSegment
impl Eq for PtrInSegment
impl Send for PtrInSegment
impl Sync for PtrInSegment
Auto Trait Implementations§
impl Freeze for PtrInSegment
impl !RefUnwindSafe for PtrInSegment
impl Unpin for PtrInSegment
impl !UnwindSafe for PtrInSegment
Blanket Implementations§
Source§impl<Source> AccessAs for Source
impl<Source> AccessAs for Source
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