pub struct ConstEncoding(pub(crate) *const Encoding);
Expand description
Newtype for *const Encoding
in order to be able to implement Sync
for
it.
Tuple Fields§
§0: *const Encoding
Trait Implementations§
impl Sync for ConstEncoding
Required for static
fields.
Auto Trait Implementations§
impl Freeze for ConstEncoding
impl RefUnwindSafe for ConstEncoding
impl !Send for ConstEncoding
impl Unpin for ConstEncoding
impl UnwindSafe for ConstEncoding
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