pub struct ProgramFilterEntry {
pub filter: ProgramFilter,
pub name: &'static str,
pub id: [u8; 32],
pub prefix: [u8; 2],
}Fields§
§filter: ProgramFilter§name: &'static str§id: [u8; 32]§prefix: [u8; 2]Trait Implementations§
Source§impl Clone for ProgramFilterEntry
impl Clone for ProgramFilterEntry
Source§fn clone(&self) -> ProgramFilterEntry
fn clone(&self) -> ProgramFilterEntry
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 ProgramFilterEntry
impl Debug for ProgramFilterEntry
Source§impl PartialEq for ProgramFilterEntry
impl PartialEq for ProgramFilterEntry
Source§fn eq(&self, other: &ProgramFilterEntry) -> bool
fn eq(&self, other: &ProgramFilterEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ProgramFilterEntry
impl Eq for ProgramFilterEntry
impl StructuralPartialEq for ProgramFilterEntry
Auto Trait Implementations§
impl Freeze for ProgramFilterEntry
impl RefUnwindSafe for ProgramFilterEntry
impl Send for ProgramFilterEntry
impl Sync for ProgramFilterEntry
impl Unpin for ProgramFilterEntry
impl UnsafeUnpin for ProgramFilterEntry
impl UnwindSafe for ProgramFilterEntry
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