pub enum CreditBasedFlowHandshake {
Unsupported = 0,
SupportedRequest = 15,
SupportedResponse = 14,
}
Expand description
The Credit Based Flow Handshake variants defined in RFCOMM Table 5.3.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreditBasedFlowHandshake
impl Clone for CreditBasedFlowHandshake
Source§fn clone(&self) -> CreditBasedFlowHandshake
fn clone(&self) -> CreditBasedFlowHandshake
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 CreditBasedFlowHandshake
impl Debug for CreditBasedFlowHandshake
Source§impl From<&CreditBasedFlowHandshake> for u8
impl From<&CreditBasedFlowHandshake> for u8
Source§fn from(v: &CreditBasedFlowHandshake) -> u8
fn from(v: &CreditBasedFlowHandshake) -> u8
Converts to this type from the input type.
Source§impl Hash for CreditBasedFlowHandshake
impl Hash for CreditBasedFlowHandshake
Source§impl PartialEq for CreditBasedFlowHandshake
impl PartialEq for CreditBasedFlowHandshake
Source§impl TryFrom<u8> for CreditBasedFlowHandshake
impl TryFrom<u8> for CreditBasedFlowHandshake
Source§type Error = FrameParseError
type Error = FrameParseError
The type returned in the event of a conversion error.
impl Copy for CreditBasedFlowHandshake
impl Eq for CreditBasedFlowHandshake
impl StructuralPartialEq for CreditBasedFlowHandshake
Auto Trait Implementations§
impl Freeze for CreditBasedFlowHandshake
impl RefUnwindSafe for CreditBasedFlowHandshake
impl Send for CreditBasedFlowHandshake
impl Sync for CreditBasedFlowHandshake
impl Unpin for CreditBasedFlowHandshake
impl UnwindSafe for CreditBasedFlowHandshake
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)