pub struct PTE(/* private fields */);
Implementations§
Trait Implementations§
impl Copy for PTE
Auto Trait Implementations§
impl Freeze for PTE
impl RefUnwindSafe for PTE
impl Send for PTE
impl Sync for PTE
impl Unpin for PTE
impl UnwindSafe for PTE
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