pub struct SetEventMask(/* private fields */);
Expand description
Set Event Mask command ๐ $name command.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for SetEventMask
impl Clone for SetEventMask
Sourceยงfn clone(&self) -> SetEventMask
fn clone(&self) -> SetEventMask
Returns a copy 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 Cmd for SetEventMask
impl Cmd for SetEventMask
Sourceยงimpl Debug for SetEventMask
impl Debug for SetEventMask
Sourceยงimpl From<EventMask> for SetEventMask
impl From<EventMask> for SetEventMask
Sourceยงimpl Hash for SetEventMask
impl Hash for SetEventMask
Sourceยงimpl Ord for SetEventMask
impl Ord for SetEventMask
Sourceยงfn cmp(&self, other: &SetEventMask) -> Ordering
fn cmp(&self, other: &SetEventMask) -> 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 PartialEq for SetEventMask
impl PartialEq for SetEventMask
Sourceยงimpl PartialOrd for SetEventMask
impl PartialOrd for SetEventMask
Sourceยงimpl SyncCmd for SetEventMask
impl SyncCmd for SetEventMask
Sourceยงtype Return = ()
type Return = ()
The type of the parameters for the
CommandComplete
eventSourceยงfn param_handle(&self)
fn param_handle(&self)
Handle parameter for this command.
Sourceยงfn return_handle(_data: &[u8]) -> Result<Self::Handle, FromHciBytesError>
fn return_handle(_data: &[u8]) -> Result<Self::Handle, FromHciBytesError>
Extracts the
Self::Handle
from the return parameters for commands that return a handle. Read moreSourceยงimpl WriteHci for SetEventMask
impl WriteHci for SetEventMask
impl Copy for SetEventMask
impl Eq for SetEventMask
impl StructuralPartialEq for SetEventMask
Auto Trait Implementationsยง
impl Freeze for SetEventMask
impl RefUnwindSafe for SetEventMask
impl Send for SetEventMask
impl Sync for SetEventMask
impl Unpin for SetEventMask
impl UnwindSafe for SetEventMask
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> HostToControllerPacket for Twhere
T: Cmd,
impl<T> HostToControllerPacket for Twhere
T: Cmd,
Sourceยงconst KIND: PacketKind = const KIND: PacketKind = PacketKind::Cmd;
const KIND: PacketKind = const KIND: PacketKind = PacketKind::Cmd;
Packet kind associated with this HCI packet.