#[repr(C, packed(1))]pub struct host_buffer_size_cp {
pub acl_mtu: u16,
pub sco_mtu: u8,
pub acl_max_pkt: u16,
pub sco_max_pkt: u16,
}Fields§
§acl_mtu: u16§sco_mtu: u8§acl_max_pkt: u16§sco_max_pkt: u16Trait Implementations§
Source§impl Clone for host_buffer_size_cp
impl Clone for host_buffer_size_cp
Source§fn clone(&self) -> host_buffer_size_cp
fn clone(&self) -> host_buffer_size_cp
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for host_buffer_size_cp
impl Debug for host_buffer_size_cp
impl Copy for host_buffer_size_cp
Auto Trait Implementations§
impl Freeze for host_buffer_size_cp
impl RefUnwindSafe for host_buffer_size_cp
impl Send for host_buffer_size_cp
impl Sync for host_buffer_size_cp
impl Unpin for host_buffer_size_cp
impl UnwindSafe for host_buffer_size_cp
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