Struct stm32wb_hci::event::command::LeSupportedFeatures
source · pub struct LeSupportedFeatures {
pub status: Status,
pub supported_features: LeFeatures,
}Expand description
Values returned by the LE Read Local Supported Features command.
Fields§
§status: StatusDid the command fail, and if so, how?
supported_features: LeFeaturesSupported LE features.
Trait Implementations§
source§impl Clone for LeSupportedFeatures
impl Clone for LeSupportedFeatures
source§fn clone(&self) -> LeSupportedFeatures
fn clone(&self) -> LeSupportedFeatures
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 LeSupportedFeatures
impl Debug for LeSupportedFeatures
impl Copy for LeSupportedFeatures
Auto Trait Implementations§
impl RefUnwindSafe for LeSupportedFeatures
impl Send for LeSupportedFeatures
impl Sync for LeSupportedFeatures
impl Unpin for LeSupportedFeatures
impl UnwindSafe for LeSupportedFeatures
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