Enum windows_native::ntrtl::FUNCTION_TABLE_TYPE
source · #[repr(i32)]pub enum FUNCTION_TABLE_TYPE {
RF_SORTED,
RF_UNSORTED,
RF_CALLBACK,
RF_KERNEL_DYNAMIC,
}Variants§
Trait Implementations§
source§impl Clone for FUNCTION_TABLE_TYPE
impl Clone for FUNCTION_TABLE_TYPE
source§fn clone(&self) -> FUNCTION_TABLE_TYPE
fn clone(&self) -> FUNCTION_TABLE_TYPE
Returns a copy 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 FUNCTION_TABLE_TYPE
impl Debug for FUNCTION_TABLE_TYPE
source§impl Hash for FUNCTION_TABLE_TYPE
impl Hash for FUNCTION_TABLE_TYPE
source§impl PartialEq<FUNCTION_TABLE_TYPE> for FUNCTION_TABLE_TYPE
impl PartialEq<FUNCTION_TABLE_TYPE> for FUNCTION_TABLE_TYPE
source§fn eq(&self, other: &FUNCTION_TABLE_TYPE) -> bool
fn eq(&self, other: &FUNCTION_TABLE_TYPE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FUNCTION_TABLE_TYPE
impl Eq for FUNCTION_TABLE_TYPE
impl StructuralEq for FUNCTION_TABLE_TYPE
impl StructuralPartialEq for FUNCTION_TABLE_TYPE
Auto Trait Implementations§
impl RefUnwindSafe for FUNCTION_TABLE_TYPE
impl Send for FUNCTION_TABLE_TYPE
impl Sync for FUNCTION_TABLE_TYPE
impl Unpin for FUNCTION_TABLE_TYPE
impl UnwindSafe for FUNCTION_TABLE_TYPE
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