pub struct FilterExtendedId(/* private fields */);Expand description
29-bit filter in the peripheral’s representation
Trait Implementations§
Source§impl Clone for FilterExtendedId
impl Clone for FilterExtendedId
Source§fn clone(&self) -> FilterExtendedId
fn clone(&self) -> FilterExtendedId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FilterExtendedId
Auto Trait Implementations§
impl Freeze for FilterExtendedId
impl RefUnwindSafe for FilterExtendedId
impl Send for FilterExtendedId
impl Sync for FilterExtendedId
impl Unpin for FilterExtendedId
impl UnsafeUnpin for FilterExtendedId
impl UnwindSafe for FilterExtendedId
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