struct ProfileIopPattern {
mask: u8,
value: u8,
}Expand description
masked profile-iop matcher for profile-equivalence wildcard bits
mask selects bits that must equal value. unmasked bits are RFC
wildcards such as the x bits in x1xx0000
Fields§
§mask: u8§value: u8Implementations§
Trait Implementations§
Source§impl Clone for ProfileIopPattern
impl Clone for ProfileIopPattern
Source§fn clone(&self) -> ProfileIopPattern
fn clone(&self) -> ProfileIopPattern
Returns a duplicate 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 moreimpl Copy for ProfileIopPattern
Auto Trait Implementations§
impl Freeze for ProfileIopPattern
impl RefUnwindSafe for ProfileIopPattern
impl Send for ProfileIopPattern
impl Sync for ProfileIopPattern
impl Unpin for ProfileIopPattern
impl UnsafeUnpin for ProfileIopPattern
impl UnwindSafe for ProfileIopPattern
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