pub struct LeReadSupportedStates {
pub status: Status,
pub supported_states: LeStates,
}
Expand description
Parameters returned by the LE Read Supported States command.
Fields§
§status: Status
Did the command fail, and if so, how?
supported_states: LeStates
States or state combinations supported by the Controller. Multiple state and state combinations may be supported.
Trait Implementations§
Source§impl Clone for LeReadSupportedStates
impl Clone for LeReadSupportedStates
Source§fn clone(&self) -> LeReadSupportedStates
fn clone(&self) -> LeReadSupportedStates
Returns a duplicate 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 LeReadSupportedStates
impl Debug for LeReadSupportedStates
impl Copy for LeReadSupportedStates
Auto Trait Implementations§
impl Freeze for LeReadSupportedStates
impl RefUnwindSafe for LeReadSupportedStates
impl Send for LeReadSupportedStates
impl Sync for LeReadSupportedStates
impl Unpin for LeReadSupportedStates
impl UnwindSafe for LeReadSupportedStates
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