pub struct DutyExceeded;Expand description
A transmit was refused because it would push combined usage past
PROP_PHY_DUTY_LIMIT.
Trait Implementations§
Source§impl Clone for DutyExceeded
impl Clone for DutyExceeded
Source§fn clone(&self) -> DutyExceeded
fn clone(&self) -> DutyExceeded
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DutyExceeded
impl Debug for DutyExceeded
Source§impl PartialEq for DutyExceeded
impl PartialEq for DutyExceeded
impl Copy for DutyExceeded
impl Eq for DutyExceeded
impl StructuralPartialEq for DutyExceeded
Auto Trait Implementations§
impl Freeze for DutyExceeded
impl RefUnwindSafe for DutyExceeded
impl Send for DutyExceeded
impl Sync for DutyExceeded
impl Unpin for DutyExceeded
impl UnwindSafe for DutyExceeded
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)