pub struct UserPtr;
Expand description
Userspace pointer
Trait Implementations§
Source§impl MethodImpl for UserPtr
impl MethodImpl for UserPtr
impl Copy for UserPtr
Auto Trait Implementations§
impl Freeze for UserPtr
impl RefUnwindSafe for UserPtr
impl Send for UserPtr
impl Sync for UserPtr
impl Unpin for UserPtr
impl UnwindSafe for UserPtr
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