pub struct BosDeviceState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for BosDeviceState
impl Default for BosDeviceState
Auto Trait Implementations§
impl Freeze for BosDeviceState
impl RefUnwindSafe for BosDeviceState
impl Send for BosDeviceState
impl Sync for BosDeviceState
impl Unpin for BosDeviceState
impl UnwindSafe for BosDeviceState
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