pub struct BringUp { /* private fields */ }Implementations§
Source§impl BringUp
impl BringUp
pub fn new(radio: RadioConfig, detect_timeout: DetectTimeout) -> BringUp
pub fn next_action(&mut self, now: InstantMillis) -> BringUpAction
pub fn apply_command(&mut self, command: u8, payload: &[u8])
pub fn deadline_elapsed(&mut self, now: InstantMillis)
Auto Trait Implementations§
impl Freeze for BringUp
impl RefUnwindSafe for BringUp
impl Send for BringUp
impl Sync for BringUp
impl Unpin for BringUp
impl UnsafeUnpin for BringUp
impl UnwindSafe for BringUp
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