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