pub enum Dipsw {
DisabledKaslr = 12,
}
Expand description
Identifier of a Dipsw.
Variants§
DisabledKaslr = 12
Trait Implementations§
impl Copy for Dipsw
impl Eq for Dipsw
impl StructuralPartialEq for Dipsw
Auto Trait Implementations§
impl Freeze for Dipsw
impl RefUnwindSafe for Dipsw
impl Send for Dipsw
impl Sync for Dipsw
impl Unpin for Dipsw
impl UnwindSafe for Dipsw
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more