pub struct SifiveTestDevice(/* private fields */);Expand description
SiFive 测试设备。
Implementations§
Auto Trait Implementations§
impl !Freeze for SifiveTestDevice
impl !RefUnwindSafe for SifiveTestDevice
impl Send for SifiveTestDevice
impl !Sync for SifiveTestDevice
impl Unpin for SifiveTestDevice
impl UnwindSafe for SifiveTestDevice
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