pub struct BufferSizeV2 {
pub status: ErrorCode,
pub le_acl_data_packet_len: u16,
pub total_num_le_acl_data_packets: u8,
pub iso_data_packet_len: u16,
pub total_num_iso_data_packets: u8,
}
Fields§
§status: ErrorCode
§le_acl_data_packet_len: u16
§total_num_le_acl_data_packets: u8
§iso_data_packet_len: u16
§total_num_iso_data_packets: u8
Implementations§
Trait Implementations§
Source§impl Clone for BufferSizeV2
impl Clone for BufferSizeV2
Source§fn clone(&self) -> BufferSizeV2
fn clone(&self) -> BufferSizeV2
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 BufferSizeV2
impl Debug for BufferSizeV2
Source§impl Hash for BufferSizeV2
impl Hash for BufferSizeV2
Source§impl Ord for BufferSizeV2
impl Ord for BufferSizeV2
Source§fn cmp(&self, other: &BufferSizeV2) -> Ordering
fn cmp(&self, other: &BufferSizeV2) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BufferSizeV2
impl PartialEq for BufferSizeV2
Source§impl PartialOrd for BufferSizeV2
impl PartialOrd for BufferSizeV2
Source§impl ReturnParameters for BufferSizeV2
impl ReturnParameters for BufferSizeV2
impl Copy for BufferSizeV2
impl Eq for BufferSizeV2
impl StructuralPartialEq for BufferSizeV2
Auto Trait Implementations§
impl Freeze for BufferSizeV2
impl RefUnwindSafe for BufferSizeV2
impl Send for BufferSizeV2
impl Sync for BufferSizeV2
impl Unpin for BufferSizeV2
impl UnwindSafe for BufferSizeV2
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