#[repr(C, packed(1))]pub struct read_buffer_size_rp {
pub status: u8,
pub acl_mtu: u16,
pub sco_mtu: u8,
pub acl_max_pkt: u16,
pub sco_max_pkt: u16,
}
Fields§
§status: u8
§acl_mtu: u16
§sco_mtu: u8
§acl_max_pkt: u16
§sco_max_pkt: u16
Trait Implementations§
Source§impl Clone for read_buffer_size_rp
impl Clone for read_buffer_size_rp
Source§fn clone(&self) -> read_buffer_size_rp
fn clone(&self) -> read_buffer_size_rp
Returns a duplicate 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 read_buffer_size_rp
impl Debug for read_buffer_size_rp
impl Copy for read_buffer_size_rp
Auto Trait Implementations§
impl Freeze for read_buffer_size_rp
impl RefUnwindSafe for read_buffer_size_rp
impl Send for read_buffer_size_rp
impl Sync for read_buffer_size_rp
impl Unpin for read_buffer_size_rp
impl UnwindSafe for read_buffer_size_rp
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