pub struct PointerSpec { /* private fields */ }
Expand description
How pointers are represented in a given address space
Trait Implementations§
Source§impl Clone for PointerSpec
impl Clone for PointerSpec
Source§fn clone(&self) -> PointerSpec
fn clone(&self) -> PointerSpec
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 PointerSpec
impl Debug for PointerSpec
Source§impl PartialEq for PointerSpec
impl PartialEq for PointerSpec
impl Copy for PointerSpec
impl Eq for PointerSpec
impl StructuralPartialEq for PointerSpec
Auto Trait Implementations§
impl Freeze for PointerSpec
impl RefUnwindSafe for PointerSpec
impl Send for PointerSpec
impl Sync for PointerSpec
impl Unpin for PointerSpec
impl UnwindSafe for PointerSpec
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