pub struct LeGetVendorCapabilitiesComplete { /* private fields */ }Implementations§
Source§impl LeGetVendorCapabilitiesComplete
impl LeGetVendorCapabilitiesComplete
pub fn parse(bytes: &[u8]) -> Result<Self, Error>
pub fn specialize(&self) -> LeGetVendorCapabilitiesCompleteChild
pub fn get_base_vendor_capabilities(&self) -> &BaseVendorCapabilities
pub fn get_command_op_code(&self) -> OpCode
pub fn get_event_code(&self) -> EventCode
pub fn get_num_hci_command_packets(&self) -> u8
pub fn get_status(&self) -> ErrorCode
pub fn get_size(&self) -> usize
Trait Implementations§
Source§impl Clone for LeGetVendorCapabilitiesComplete
impl Clone for LeGetVendorCapabilitiesComplete
Source§fn clone(&self) -> LeGetVendorCapabilitiesComplete
fn clone(&self) -> LeGetVendorCapabilitiesComplete
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 From<LeGetVendorCapabilitiesComplete> for Bytes
impl From<LeGetVendorCapabilitiesComplete> for Bytes
Source§fn from(packet: LeGetVendorCapabilitiesComplete) -> Self
fn from(packet: LeGetVendorCapabilitiesComplete) -> Self
Converts to this type from the input type.
Source§impl From<LeGetVendorCapabilitiesComplete> for CommandComplete
impl From<LeGetVendorCapabilitiesComplete> for CommandComplete
Source§fn from(packet: LeGetVendorCapabilitiesComplete) -> CommandComplete
fn from(packet: LeGetVendorCapabilitiesComplete) -> CommandComplete
Converts to this type from the input type.
Source§impl From<LeGetVendorCapabilitiesComplete> for Event
impl From<LeGetVendorCapabilitiesComplete> for Event
Source§fn from(packet: LeGetVendorCapabilitiesComplete) -> Event
fn from(packet: LeGetVendorCapabilitiesComplete) -> Event
Converts to this type from the input type.
Source§impl From<LeGetVendorCapabilitiesComplete> for Vec<u8>
impl From<LeGetVendorCapabilitiesComplete> for Vec<u8>
Source§fn from(packet: LeGetVendorCapabilitiesComplete) -> Self
fn from(packet: LeGetVendorCapabilitiesComplete) -> Self
Converts to this type from the input type.
Source§impl From<LeGetVendorCapabilitiesComplete095> for LeGetVendorCapabilitiesComplete
impl From<LeGetVendorCapabilitiesComplete095> for LeGetVendorCapabilitiesComplete
Source§fn from(
packet: LeGetVendorCapabilitiesComplete095,
) -> LeGetVendorCapabilitiesComplete
fn from( packet: LeGetVendorCapabilitiesComplete095, ) -> LeGetVendorCapabilitiesComplete
Converts to this type from the input type.
Source§impl From<LeGetVendorCapabilitiesComplete095Builder> for LeGetVendorCapabilitiesComplete
impl From<LeGetVendorCapabilitiesComplete095Builder> for LeGetVendorCapabilitiesComplete
Source§fn from(
builder: LeGetVendorCapabilitiesComplete095Builder,
) -> LeGetVendorCapabilitiesComplete
fn from( builder: LeGetVendorCapabilitiesComplete095Builder, ) -> LeGetVendorCapabilitiesComplete
Converts to this type from the input type.
Source§impl From<LeGetVendorCapabilitiesComplete096> for LeGetVendorCapabilitiesComplete
impl From<LeGetVendorCapabilitiesComplete096> for LeGetVendorCapabilitiesComplete
Source§fn from(
packet: LeGetVendorCapabilitiesComplete096,
) -> LeGetVendorCapabilitiesComplete
fn from( packet: LeGetVendorCapabilitiesComplete096, ) -> LeGetVendorCapabilitiesComplete
Converts to this type from the input type.
Source§impl From<LeGetVendorCapabilitiesComplete096Builder> for LeGetVendorCapabilitiesComplete
impl From<LeGetVendorCapabilitiesComplete096Builder> for LeGetVendorCapabilitiesComplete
Source§fn from(
builder: LeGetVendorCapabilitiesComplete096Builder,
) -> LeGetVendorCapabilitiesComplete
fn from( builder: LeGetVendorCapabilitiesComplete096Builder, ) -> LeGetVendorCapabilitiesComplete
Converts to this type from the input type.
Source§impl From<LeGetVendorCapabilitiesComplete098> for LeGetVendorCapabilitiesComplete
impl From<LeGetVendorCapabilitiesComplete098> for LeGetVendorCapabilitiesComplete
Source§fn from(
packet: LeGetVendorCapabilitiesComplete098,
) -> LeGetVendorCapabilitiesComplete
fn from( packet: LeGetVendorCapabilitiesComplete098, ) -> LeGetVendorCapabilitiesComplete
Converts to this type from the input type.
Source§impl From<LeGetVendorCapabilitiesComplete098Builder> for LeGetVendorCapabilitiesComplete
impl From<LeGetVendorCapabilitiesComplete098Builder> for LeGetVendorCapabilitiesComplete
Source§fn from(
builder: LeGetVendorCapabilitiesComplete098Builder,
) -> LeGetVendorCapabilitiesComplete
fn from( builder: LeGetVendorCapabilitiesComplete098Builder, ) -> LeGetVendorCapabilitiesComplete
Converts to this type from the input type.
Source§impl From<LeGetVendorCapabilitiesCompleteBuilder> for LeGetVendorCapabilitiesComplete
impl From<LeGetVendorCapabilitiesCompleteBuilder> for LeGetVendorCapabilitiesComplete
Source§fn from(
builder: LeGetVendorCapabilitiesCompleteBuilder,
) -> LeGetVendorCapabilitiesComplete
fn from( builder: LeGetVendorCapabilitiesCompleteBuilder, ) -> LeGetVendorCapabilitiesComplete
Converts to this type from the input type.
Source§impl PartialEq for LeGetVendorCapabilitiesComplete
impl PartialEq for LeGetVendorCapabilitiesComplete
Source§fn eq(&self, other: &LeGetVendorCapabilitiesComplete) -> bool
fn eq(&self, other: &LeGetVendorCapabilitiesComplete) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LeGetVendorCapabilitiesComplete
impl StructuralPartialEq for LeGetVendorCapabilitiesComplete
Auto Trait Implementations§
impl !Freeze for LeGetVendorCapabilitiesComplete
impl RefUnwindSafe for LeGetVendorCapabilitiesComplete
impl Send for LeGetVendorCapabilitiesComplete
impl Sync for LeGetVendorCapabilitiesComplete
impl Unpin for LeGetVendorCapabilitiesComplete
impl UnwindSafe for LeGetVendorCapabilitiesComplete
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more