struct DTTIter {
ptr: *const u8,
gfn: u64,
}Fields§
§ptr: *const u8§gfn: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for DTTIter
impl RefUnwindSafe for DTTIter
impl !Send for DTTIter
impl !Sync for DTTIter
impl Unpin for DTTIter
impl UnwindSafe for DTTIter
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