pub struct LeChannelSelectionAlgorithm {
pub handle: ConnHandle,
pub channel_selection_algorithm: u8,
}Expand description
LE Channel Selection Algorithm event ๐
Fieldsยง
ยงhandle: ConnHandlehandle
channel_selection_algorithm: u8channel_selection_algorithm
Trait Implementationsยง
Sourceยงimpl Clone for LeChannelSelectionAlgorithm
impl Clone for LeChannelSelectionAlgorithm
Sourceยงfn clone(&self) -> LeChannelSelectionAlgorithm
fn clone(&self) -> LeChannelSelectionAlgorithm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท 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 LeChannelSelectionAlgorithm
impl Debug for LeChannelSelectionAlgorithm
Sourceยงimpl<'a> FromHciBytes<'a> for LeChannelSelectionAlgorithm
impl<'a> FromHciBytes<'a> for LeChannelSelectionAlgorithm
Sourceยงfn from_hci_bytes(data: &'a [u8]) -> Result<(Self, &'a [u8]), FromHciBytesError>
fn from_hci_bytes(data: &'a [u8]) -> Result<(Self, &'a [u8]), FromHciBytesError>
Deserialize bytes into a HCI type, return additional bytes.
Sourceยงfn from_hci_bytes_complete(data: &'de [u8]) -> Result<Self, FromHciBytesError>
fn from_hci_bytes_complete(data: &'de [u8]) -> Result<Self, FromHciBytesError>
Deserialize bytes into a HCI type, must consume all bytes.
Sourceยงimpl Hash for LeChannelSelectionAlgorithm
impl Hash for LeChannelSelectionAlgorithm
Sourceยงimpl<'a> LeEventParams<'a> for LeChannelSelectionAlgorithm
impl<'a> LeEventParams<'a> for LeChannelSelectionAlgorithm
Sourceยงconst SUBEVENT_CODE: u8 = 20
const SUBEVENT_CODE: u8 = 20
The LE meta event subevent code these parameters are for
Auto Trait Implementationsยง
impl Freeze for LeChannelSelectionAlgorithm
impl RefUnwindSafe for LeChannelSelectionAlgorithm
impl Send for LeChannelSelectionAlgorithm
impl Sync for LeChannelSelectionAlgorithm
impl Unpin for LeChannelSelectionAlgorithm
impl UnsafeUnpin for LeChannelSelectionAlgorithm
impl UnwindSafe for LeChannelSelectionAlgorithm
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