pub struct LeSetConnectionlessCteTransmitParamsParams<'a> {
pub adv_handle: AdvHandle,
pub cte_length: u8,
pub cte_kind: CteKind,
pub cte_count: u8,
pub switching_pattern: &'a [u8],
}
Expand description
Parameters for LE Set Connectionless CTE Transmit Parameters command ๐ LeSetConnectionlessCteTransmitParamsParams parameter
Fieldsยง
ยงadv_handle: AdvHandle
ยงcte_length: u8
ยงcte_kind: CteKind
ยงcte_count: u8
ยงswitching_pattern: &'a [u8]
Trait Implementationsยง
Sourceยงimpl<'a> Clone for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> Clone for LeSetConnectionlessCteTransmitParamsParams<'a>
Sourceยงfn clone(&self) -> LeSetConnectionlessCteTransmitParamsParams<'a>
fn clone(&self) -> LeSetConnectionlessCteTransmitParamsParams<'a>
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<'a> Debug for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> Debug for LeSetConnectionlessCteTransmitParamsParams<'a>
Sourceยงimpl<'a> Default for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> Default for LeSetConnectionlessCteTransmitParamsParams<'a>
Sourceยงfn default() -> LeSetConnectionlessCteTransmitParamsParams<'a>
fn default() -> LeSetConnectionlessCteTransmitParamsParams<'a>
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl<'a> From<LeSetConnectionlessCteTransmitParamsParams<'a>> for LeSetConnectionlessCteTransmitParams<'a>
impl<'a> From<LeSetConnectionlessCteTransmitParamsParams<'a>> for LeSetConnectionlessCteTransmitParams<'a>
Sourceยงfn from(params: LeSetConnectionlessCteTransmitParamsParams<'a>) -> Self
fn from(params: LeSetConnectionlessCteTransmitParamsParams<'a>) -> Self
Converts to this type from the input type.
Sourceยงimpl<'a, 'de> FromHciBytes<'de> for LeSetConnectionlessCteTransmitParamsParams<'a>where
'de: 'a,
'a: 'de,
impl<'a, 'de> FromHciBytes<'de> for LeSetConnectionlessCteTransmitParamsParams<'a>where
'de: 'a,
'a: 'de,
Sourceยงfn from_hci_bytes(
data: &'de [u8],
) -> Result<(Self, &'de [u8]), FromHciBytesError>
fn from_hci_bytes( data: &'de [u8], ) -> Result<(Self, &'de [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<'a> Hash for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> Hash for LeSetConnectionlessCteTransmitParamsParams<'a>
Sourceยงimpl<'a> Ord for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> Ord for LeSetConnectionlessCteTransmitParamsParams<'a>
Sourceยงfn cmp(
&self,
other: &LeSetConnectionlessCteTransmitParamsParams<'a>,
) -> Ordering
fn cmp( &self, other: &LeSetConnectionlessCteTransmitParamsParams<'a>, ) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl<'a> PartialEq for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> PartialEq for LeSetConnectionlessCteTransmitParamsParams<'a>
Sourceยงfn eq(&self, other: &LeSetConnectionlessCteTransmitParamsParams<'a>) -> bool
fn eq(&self, other: &LeSetConnectionlessCteTransmitParamsParams<'a>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl<'a> PartialOrd for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> PartialOrd for LeSetConnectionlessCteTransmitParamsParams<'a>
Sourceยงimpl<'a> WriteHci for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> WriteHci for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> Copy for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> Eq for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> StructuralPartialEq for LeSetConnectionlessCteTransmitParamsParams<'a>
Auto Trait Implementationsยง
impl<'a> Freeze for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> RefUnwindSafe for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> Send for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> Sync for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> Unpin for LeSetConnectionlessCteTransmitParamsParams<'a>
impl<'a> UnwindSafe for LeSetConnectionlessCteTransmitParamsParams<'a>
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