#[repr(C)]pub struct ISABus { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ISABus
impl RefUnwindSafe for ISABus
impl Send for ISABus
impl Sync for ISABus
impl Unpin for ISABus
impl UnwindSafe for ISABus
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