pub struct IfacState {
pub size: usize,
pub key: [u8; 64],
pub identity: Identity,
}Expand description
Pre-computed IFAC state for an interface.
Fields§
§size: usize§key: [u8; 64]§identity: IdentityAuto Trait Implementations§
impl Freeze for IfacState
impl RefUnwindSafe for IfacState
impl Send for IfacState
impl Sync for IfacState
impl Unpin for IfacState
impl UnwindSafe for IfacState
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