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