pub struct LocalSupportedFeatures {
pub status: Status,
pub supported_features: LmpFeatures,
}
Expand description
Values returned by the Read Local Supported Features command.
Fields§
§status: Status
Did the command fail, and if so, how?
supported_features: LmpFeatures
Flags for supported features.
Trait Implementations§
Source§impl Clone for LocalSupportedFeatures
impl Clone for LocalSupportedFeatures
Source§fn clone(&self) -> LocalSupportedFeatures
fn clone(&self) -> LocalSupportedFeatures
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 LocalSupportedFeatures
impl Debug for LocalSupportedFeatures
impl Copy for LocalSupportedFeatures
Auto Trait Implementations§
impl Freeze for LocalSupportedFeatures
impl RefUnwindSafe for LocalSupportedFeatures
impl Send for LocalSupportedFeatures
impl Sync for LocalSupportedFeatures
impl Unpin for LocalSupportedFeatures
impl UnwindSafe for LocalSupportedFeatures
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