pub struct MemoryPattern {
pub size: usize,
pub pattern: fn(&[u8]) -> bool,
}Fields§
§size: usize§pattern: fn(&[u8]) -> boolImplementations§
Auto Trait Implementations§
impl Freeze for MemoryPattern
impl RefUnwindSafe for MemoryPattern
impl Send for MemoryPattern
impl Sync for MemoryPattern
impl Unpin for MemoryPattern
impl UnwindSafe for MemoryPattern
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