#[repr(transparent)]pub struct LowerHexFromPointer<T: Pointer>(pub T);Expand description
Provides LowerHex formatting by using the result of invoking Pointer formatting.
Tuple Fields§
§0: TImplementations§
Source§impl<T: Pointer> LowerHexFromPointer<T>
impl<T: Pointer> LowerHexFromPointer<T>
Sourcepub fn into_inner(self) -> T
pub fn into_inner(self) -> T
Consumes the adapter and returns the wrapped value.
Trait Implementations§
Source§impl<T: Pointer> From<T> for LowerHexFromPointer<T>
impl<T: Pointer> From<T> for LowerHexFromPointer<T>
Auto Trait Implementations§
impl<T> Freeze for LowerHexFromPointer<T>where
T: Freeze,
impl<T> RefUnwindSafe for LowerHexFromPointer<T>where
T: RefUnwindSafe,
impl<T> Send for LowerHexFromPointer<T>where
T: Send,
impl<T> Sync for LowerHexFromPointer<T>where
T: Sync,
impl<T> Unpin for LowerHexFromPointer<T>where
T: Unpin,
impl<T> UnsafeUnpin for LowerHexFromPointer<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for LowerHexFromPointer<T>where
T: UnwindSafe,
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