Struct grit_bitvec::i16_as_i13
source · pub struct i16_as_i13;Implementations§
source§impl i16_as_i13
impl i16_as_i13
pub const MIN: i16 = -4_096i16
pub const MAX: i16 = 4_095i16
pub fn clamp_val( val: <i16_as_i13 as TypedBitElem>::Base ) -> <i16_as_i13 as TypedBitElem>::Base
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for i16_as_i13
impl Send for i16_as_i13
impl Sync for i16_as_i13
impl Unpin for i16_as_i13
impl UnwindSafe for i16_as_i13
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