#[repr(C)]pub struct b16 {
pub lo: b8,
pub hi: b8,
}
Available on crate feature
fft128
and (x86 or x86-64) only.Fields§
§lo: b8
§hi: b8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for b16
impl RefUnwindSafe for b16
impl Send for b16
impl Sync for b16
impl Unpin for b16
impl UnwindSafe for b16
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