pub struct CombiningModel {
pub model: BitwiseModel,
pub cycle: u16,
pub back: u16,
pub table_comb: [u64; 67],
}Fields§
§model: BitwiseModel§cycle: u16§back: u16§table_comb: [u64; 67]Auto Trait Implementations§
impl Freeze for CombiningModel
impl RefUnwindSafe for CombiningModel
impl Send for CombiningModel
impl Sync for CombiningModel
impl Unpin for CombiningModel
impl UnwindSafe for CombiningModel
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