Struct autd3_driver::operation::ForceFan
source · pub struct ForceFan {
pub value: bool,
}Fields§
§value: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ForceFan
impl Send for ForceFan
impl Sync for ForceFan
impl Unpin for ForceFan
impl UnwindSafe for ForceFan
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