Struct Bl
#[repr(transparent)]pub struct Bl(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Bl
impl Bl
pub const BL10: Self
pub const BL10: Self
For retransmission n, wait up to 2^min(n, 10) time slots
pub const BL8: Self
pub const BL8: Self
For retransmission n, wait up to 2^min(n, 8) time slots
pub const BL4: Self
pub const BL4: Self
For retransmission n, wait up to 2^min(n, 4) time slots
pub const BL1: Self
pub const BL1: Self
For retransmission n, wait up to 2^min(n, 1) time slots
Trait Implementations§
§impl Ord for Bl
impl Ord for Bl
§impl PartialOrd for Bl
impl PartialOrd for Bl
impl Copy for Bl
impl Eq for Bl
impl StructuralPartialEq for Bl
Auto Trait Implementations§
impl Freeze for Bl
impl RefUnwindSafe for Bl
impl Send for Bl
impl Sync for Bl
impl Unpin for Bl
impl UnwindSafe for Bl
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