#[repr(C, packed(1))]pub struct hci_qos {
pub service_type: u8,
pub token_rate: u32,
pub peak_bandwidth: u32,
pub latency: u32,
pub delay_variation: u32,
}
Fields§
§service_type: u8
§token_rate: u32
§peak_bandwidth: u32
§latency: u32
§delay_variation: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hci_qos
impl RefUnwindSafe for hci_qos
impl Send for hci_qos
impl Sync for hci_qos
impl Unpin for hci_qos
impl UnwindSafe for hci_qos
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