pub struct i16_as_i14;Implementations§
Source§impl i16_as_i14
impl i16_as_i14
pub const MIN: i16 = -8_192i16
pub const MAX: i16 = 8_191i16
pub fn clamp_val( val: <i16_as_i14 as TypedBitElem>::Base, ) -> <i16_as_i14 as TypedBitElem>::Base
Trait Implementations§
Auto Trait Implementations§
impl Freeze for i16_as_i14
impl RefUnwindSafe for i16_as_i14
impl Send for i16_as_i14
impl Sync for i16_as_i14
impl Unpin for i16_as_i14
impl UnwindSafe for i16_as_i14
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