pub struct SignalBits(/* private fields */);
Implementations§
Source§impl SignalBits
impl SignalBits
Trait Implementations§
Source§impl BitOrAssign for SignalBits
impl BitOrAssign for SignalBits
Source§fn bitor_assign(&mut self, rhs: SignalBits)
fn bitor_assign(&mut self, rhs: SignalBits)
Performs the
|=
operation. Read moreSource§impl Clone for SignalBits
impl Clone for SignalBits
Source§fn clone(&self) -> SignalBits
fn clone(&self) -> SignalBits
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 Debug for SignalBits
impl Debug for SignalBits
Source§impl PartialEq for SignalBits
impl PartialEq for SignalBits
impl Copy for SignalBits
impl Eq for SignalBits
impl StructuralPartialEq for SignalBits
Auto Trait Implementations§
impl Freeze for SignalBits
impl RefUnwindSafe for SignalBits
impl Send for SignalBits
impl Sync for SignalBits
impl Unpin for SignalBits
impl UnwindSafe for SignalBits
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