pub struct BytewiseModel {
pub table: [u128; 256],
/* private fields */
}Fields§
§table: [u128; 256]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BytewiseModel
impl RefUnwindSafe for BytewiseModel
impl Send for BytewiseModel
impl Sync for BytewiseModel
impl Unpin for BytewiseModel
impl UnwindSafe for BytewiseModel
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