pub struct ADOSC {
pub fastperiod: usize,
pub slowperiod: usize,
/* private fields */
}Fields§
§fastperiod: usize§slowperiod: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ADOSC
impl RefUnwindSafe for ADOSC
impl Send for ADOSC
impl Sync for ADOSC
impl Unpin for ADOSC
impl UnsafeUnpin for ADOSC
impl UnwindSafe for ADOSC
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