Struct bounded_collections::ConstU8
source · pub struct ConstU8<const T: u8>;
Expand description
Const getter for a basic type.
Trait Implementations§
Auto Trait Implementations§
impl<const T: u8> RefUnwindSafe for ConstU8<T>
impl<const T: u8> Send for ConstU8<T>
impl<const T: u8> Sync for ConstU8<T>
impl<const T: u8> Unpin for ConstU8<T>
impl<const T: u8> UnwindSafe for ConstU8<T>
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