pub struct Inorm;
Expand description
Normalized signed integer representation
Trait Implementations§
Source§impl ChannelRepr<_16> for Inorm
impl ChannelRepr<_16> for Inorm
Source§impl ChannelRepr<_32> for Inorm
impl ChannelRepr<_32> for Inorm
Source§impl ChannelRepr<_64> for Inorm
impl ChannelRepr<_64> for Inorm
Source§impl ChannelRepr<_8> for Inorm
impl ChannelRepr<_8> for Inorm
impl Copy for Inorm
Auto Trait Implementations§
impl Freeze for Inorm
impl RefUnwindSafe for Inorm
impl Send for Inorm
impl Sync for Inorm
impl Unpin for Inorm
impl UnwindSafe for Inorm
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)