#[repr(u8)]pub enum SignalingCode {
CommandReject = 1,
ConnectionReq = 2,
ConnectionResp = 3,
ConfigReq = 4,
ConfigResp = 5,
DisconnReq = 6,
DisconnResp = 7,
EchoReq = 8,
EchoResp = 9,
InfoReq = 10,
InfoResp = 11,
}Expand description
L2CAP signaling command codes
Variants§
CommandReject = 1
Command Reject
ConnectionReq = 2
Connection Request
ConnectionResp = 3
Connection Response
ConfigReq = 4
Configuration Request
ConfigResp = 5
Configuration Response
DisconnReq = 6
Disconnection Request
DisconnResp = 7
Disconnection Response
EchoReq = 8
Echo Request
EchoResp = 9
Echo Response
InfoReq = 10
Information Request
InfoResp = 11
Information Response
Implementations§
Source§impl SignalingCode
impl SignalingCode
Trait Implementations§
Source§impl Clone for SignalingCode
impl Clone for SignalingCode
Source§fn clone(&self) -> SignalingCode
fn clone(&self) -> SignalingCode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SignalingCode
impl Debug for SignalingCode
Source§impl PartialEq for SignalingCode
impl PartialEq for SignalingCode
impl Copy for SignalingCode
impl Eq for SignalingCode
impl StructuralPartialEq for SignalingCode
Auto Trait Implementations§
impl Freeze for SignalingCode
impl RefUnwindSafe for SignalingCode
impl Send for SignalingCode
impl Sync for SignalingCode
impl Unpin for SignalingCode
impl UnwindSafe for SignalingCode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)