Struct Pssi
pub struct Pssi { /* private fields */ }Expand description
Parallel synchronous slave interface.
Implementations§
Trait Implementations§
impl Copy for Pssi
impl Eq for Pssi
impl Send for Pssi
impl StructuralPartialEq for Pssi
impl Sync for Pssi
Auto Trait Implementations§
impl Freeze for Pssi
impl RefUnwindSafe for Pssi
impl Unpin for Pssi
impl UnsafeUnpin for Pssi
impl UnwindSafe for Pssi
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