#[repr(C)]pub struct l2cap_options {
pub omtu: u16,
pub imtu: u16,
pub flush_to: u16,
pub mode: u8,
pub fcs: u8,
pub max_tx: u8,
pub txwin_size: u16,
}Fields§
§omtu: u16§imtu: u16§flush_to: u16§mode: u8§fcs: u8§max_tx: u8§txwin_size: u16Trait Implementations§
Source§impl Clone for l2cap_options
impl Clone for l2cap_options
Source§fn clone(&self) -> l2cap_options
fn clone(&self) -> l2cap_options
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 l2cap_options
impl Debug for l2cap_options
impl Copy for l2cap_options
Auto Trait Implementations§
impl Freeze for l2cap_options
impl RefUnwindSafe for l2cap_options
impl Send for l2cap_options
impl Sync for l2cap_options
impl Unpin for l2cap_options
impl UnwindSafe for l2cap_options
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