pub struct LeCreateCisStatusBuilder {
pub num_hci_command_packets: u8,
pub status: ErrorCode,
}Fields§
§num_hci_command_packets: u8§status: ErrorCodeImplementations§
Source§impl LeCreateCisStatusBuilder
impl LeCreateCisStatusBuilder
pub fn build(self) -> LeCreateCisStatus
Trait Implementations§
Source§impl Debug for LeCreateCisStatusBuilder
impl Debug for LeCreateCisStatusBuilder
Source§impl From<LeCreateCisStatusBuilder> for CommandStatus
impl From<LeCreateCisStatusBuilder> for CommandStatus
Source§fn from(builder: LeCreateCisStatusBuilder) -> CommandStatus
fn from(builder: LeCreateCisStatusBuilder) -> CommandStatus
Converts to this type from the input type.
Source§impl From<LeCreateCisStatusBuilder> for Event
impl From<LeCreateCisStatusBuilder> for Event
Source§fn from(builder: LeCreateCisStatusBuilder) -> Event
fn from(builder: LeCreateCisStatusBuilder) -> Event
Converts to this type from the input type.
Source§impl From<LeCreateCisStatusBuilder> for LeCreateCisStatus
impl From<LeCreateCisStatusBuilder> for LeCreateCisStatus
Source§fn from(builder: LeCreateCisStatusBuilder) -> LeCreateCisStatus
fn from(builder: LeCreateCisStatusBuilder) -> LeCreateCisStatus
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LeCreateCisStatusBuilder
impl RefUnwindSafe for LeCreateCisStatusBuilder
impl Send for LeCreateCisStatusBuilder
impl Sync for LeCreateCisStatusBuilder
impl Unpin for LeCreateCisStatusBuilder
impl UnwindSafe for LeCreateCisStatusBuilder
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> 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