pub struct RfcommState { /* private fields */ }
Trait Implementations§
Source§impl Debug for RfcommState
impl Debug for RfcommState
Source§impl Default for RfcommState
impl Default for RfcommState
Source§fn default() -> RfcommState
fn default() -> RfcommState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RfcommState
impl !RefUnwindSafe for RfcommState
impl Send for RfcommState
impl Sync for RfcommState
impl Unpin for RfcommState
impl !UnwindSafe for RfcommState
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