pub enum Invis {
NoError = 0,
Error = 1,
}Expand description
Invalid integrity signature flag.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Invis
impl Eq for Invis
impl StructuralPartialEq for Invis
Auto Trait Implementations§
impl Freeze for Invis
impl RefUnwindSafe for Invis
impl Send for Invis
impl Sync for Invis
impl Unpin for Invis
impl UnsafeUnpin for Invis
impl UnwindSafe for Invis
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