#[repr(u32)]pub enum scan_type_enum {
NOT_INTRUSIVE = 0,
INTRUSIVE = 1,
NOT_AVAILABLE = 2,
}Variants§
Trait Implementations§
Source§impl Clone for scan_type_enum
impl Clone for scan_type_enum
Source§fn clone(&self) -> scan_type_enum
fn clone(&self) -> scan_type_enum
Returns a duplicate of the value. Read more
1.0.0 · 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 scan_type_enum
impl Debug for scan_type_enum
impl Copy for scan_type_enum
Auto Trait Implementations§
impl Freeze for scan_type_enum
impl RefUnwindSafe for scan_type_enum
impl Send for scan_type_enum
impl Sync for scan_type_enum
impl Unpin for scan_type_enum
impl UnwindSafe for scan_type_enum
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