pub struct THS { /* private fields */ }
Expand description
Thermal Sensor Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for THS
impl RefUnwindSafe for THS
impl !Sync for THS
impl Unpin for THS
impl UnwindSafe for THS
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