#[repr(C)]pub struct PatternByte {
pub value: u8,
pub mask: u8,
}Fields§
§value: u8§mask: u8Trait Implementations§
Source§impl Clone for PatternByte
impl Clone for PatternByte
Source§fn clone(&self) -> PatternByte
fn clone(&self) -> PatternByte
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 moreSource§impl Debug for PatternByte
impl Debug for PatternByte
impl Copy for PatternByte
Auto Trait Implementations§
impl Freeze for PatternByte
impl RefUnwindSafe for PatternByte
impl Send for PatternByte
impl Sync for PatternByte
impl Unpin for PatternByte
impl UnsafeUnpin for PatternByte
impl UnwindSafe for PatternByte
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