pub struct Xbara1 { /* private fields */ }Expand description
Crossbar Switch
Implementations§
Trait Implementations§
impl Copy for Xbara1
impl Eq for Xbara1
impl Send for Xbara1
impl StructuralPartialEq for Xbara1
impl Sync for Xbara1
Auto Trait Implementations§
impl Freeze for Xbara1
impl RefUnwindSafe for Xbara1
impl Unpin for Xbara1
impl UnwindSafe for Xbara1
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