pub struct MsftLeCancelMonitorAdvBuilder {
pub monitor_handle: u8,
pub op_code: OpCode,
}Fields§
§monitor_handle: u8§op_code: OpCodeImplementations§
Source§impl MsftLeCancelMonitorAdvBuilder
impl MsftLeCancelMonitorAdvBuilder
pub fn build(self) -> MsftLeCancelMonitorAdv
Trait Implementations§
Source§impl From<MsftLeCancelMonitorAdvBuilder> for Command
impl From<MsftLeCancelMonitorAdvBuilder> for Command
Source§fn from(builder: MsftLeCancelMonitorAdvBuilder) -> Command
fn from(builder: MsftLeCancelMonitorAdvBuilder) -> Command
Converts to this type from the input type.
Source§impl From<MsftLeCancelMonitorAdvBuilder> for MsftCommand
impl From<MsftLeCancelMonitorAdvBuilder> for MsftCommand
Source§fn from(builder: MsftLeCancelMonitorAdvBuilder) -> MsftCommand
fn from(builder: MsftLeCancelMonitorAdvBuilder) -> MsftCommand
Converts to this type from the input type.
Source§impl From<MsftLeCancelMonitorAdvBuilder> for MsftLeCancelMonitorAdv
impl From<MsftLeCancelMonitorAdvBuilder> for MsftLeCancelMonitorAdv
Source§fn from(builder: MsftLeCancelMonitorAdvBuilder) -> MsftLeCancelMonitorAdv
fn from(builder: MsftLeCancelMonitorAdvBuilder) -> MsftLeCancelMonitorAdv
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MsftLeCancelMonitorAdvBuilder
impl RefUnwindSafe for MsftLeCancelMonitorAdvBuilder
impl Send for MsftLeCancelMonitorAdvBuilder
impl Sync for MsftLeCancelMonitorAdvBuilder
impl Unpin for MsftLeCancelMonitorAdvBuilder
impl UnwindSafe for MsftLeCancelMonitorAdvBuilder
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