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