#[repr(transparent)]pub struct LowerExpFromPointer<T: Pointer>(pub T);Expand description
Provides LowerExp formatting by using the result of invoking Pointer formatting.
Tuple Fields§
§0: TImplementations§
Source§impl<T: Pointer> LowerExpFromPointer<T>
impl<T: Pointer> LowerExpFromPointer<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 LowerExpFromPointer<T>
impl<T: Pointer> From<T> for LowerExpFromPointer<T>
Auto Trait Implementations§
impl<T> Freeze for LowerExpFromPointer<T>where
T: Freeze,
impl<T> RefUnwindSafe for LowerExpFromPointer<T>where
T: RefUnwindSafe,
impl<T> Send for LowerExpFromPointer<T>where
T: Send,
impl<T> Sync for LowerExpFromPointer<T>where
T: Sync,
impl<T> Unpin for LowerExpFromPointer<T>where
T: Unpin,
impl<T> UnsafeUnpin for LowerExpFromPointer<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for LowerExpFromPointer<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