pub struct _Hazzer(/* private fields */);
Implementations§
Source§impl _Hazzer
impl _Hazzer
Sourcepub const fn set_pmf_cfg(&mut self) -> &mut Self
pub const fn set_pmf_cfg(&mut self) -> &mut Self
Set presence of pmf_cfg
Sourcepub const fn clear_pmf_cfg(&mut self) -> &mut Self
pub const fn clear_pmf_cfg(&mut self) -> &mut Self
Clear presence of pmf_cfg
Sourcepub const fn init_pmf_cfg(self) -> Self
pub const fn init_pmf_cfg(self) -> Self
Builder method that sets the presence of pmf_cfg
. Useful for initializing the Hazzer.
Trait Implementations§
impl StructuralPartialEq for _Hazzer
Auto Trait Implementations§
impl Freeze for _Hazzer
impl RefUnwindSafe for _Hazzer
impl Send for _Hazzer
impl Sync for _Hazzer
impl Unpin for _Hazzer
impl UnwindSafe for _Hazzer
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