pub struct MaxTsdr {
pub b9600: u16,
pub b19200: u16,
pub b31250: u16,
pub b45450: u16,
pub b93750: u16,
pub b187500: u16,
pub b500000: u16,
pub b1500000: u16,
pub b3000000: u16,
pub b6000000: u16,
pub b12000000: u16,
}
Fields§
§b9600: u16
Maximum response time (in bits) at 9.6 kbit/s
b19200: u16
Maximum response time (in bits) at 19.2 kbit/s
b31250: u16
Maximum response time (in bits) at 31.25 kbit/s
b45450: u16
Maximum response time (in bits) at 45.45 kbit/s
b93750: u16
Maximum response time (in bits) at 93.75 kbit/s
b187500: u16
Maximum response time (in bits) at 187.5 kbit/s
b500000: u16
Maximum response time (in bits) at 500 kbit/s
b1500000: u16
Maximum response time (in bits) at 1.5 Mbit/s
b3000000: u16
Maximum response time (in bits) at 3 Mbit/s
b6000000: u16
Maximum response time (in bits) at 6 Mbit/s
b12000000: u16
Maximum response time (in bits) at 12 Mbit/s
Trait Implementations§
impl Eq for MaxTsdr
impl StructuralPartialEq for MaxTsdr
Auto Trait Implementations§
impl Freeze for MaxTsdr
impl RefUnwindSafe for MaxTsdr
impl Send for MaxTsdr
impl Sync for MaxTsdr
impl Unpin for MaxTsdr
impl UnwindSafe for MaxTsdr
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