pub(crate) struct ConstPointer<T> {
ptr: *const T,
}
Fields§
§ptr: *const T
Implementations§
Source§impl ConstPointer<BIGNUM>
impl ConstPointer<BIGNUM>
pub(crate) fn to_be_bytes(&self) -> Vec<u8>
Source§impl<T> ConstPointer<T>
impl<T> ConstPointer<T>
Trait Implementations§
Source§impl<T: Debug> Debug for ConstPointer<T>
impl<T: Debug> Debug for ConstPointer<T>
Auto Trait Implementations§
impl<T> Freeze for ConstPointer<T>
impl<T> RefUnwindSafe for ConstPointer<T>where
T: RefUnwindSafe,
impl<T> !Send for ConstPointer<T>
impl<T> !Sync for ConstPointer<T>
impl<T> Unpin for ConstPointer<T>
impl<T> UnwindSafe for ConstPointer<T>where
T: RefUnwindSafe,
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