pub struct HecField {
pub input: [bool; 14],
pub output: bool,
}Fields§
§input: [bool; 14]§output: boolTrait Implementations§
Source§impl OperandEncodable for HecField
impl OperandEncodable for HecField
impl Copy for HecField
impl Eq for HecField
impl StructuralPartialEq for HecField
Auto Trait Implementations§
impl Freeze for HecField
impl RefUnwindSafe for HecField
impl Send for HecField
impl Sync for HecField
impl Unpin for HecField
impl UnsafeUnpin for HecField
impl UnwindSafe for HecField
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