Enum simics_api_sys::table_key_t
source · #[repr(u32)]pub enum table_key_t {
Table_Key_Name = 1,
Table_Key_Description = 2,
Table_Key_Default_Sort_Column = 3,
Table_Key_Columns = 4,
Table_Key_Extra_Headers = 5,
Table_Key_Stream_Header_Repeat = 6,
}
Expand description
Variants§
Table_Key_Name = 1
Table property keys
Table_Key_Description = 2
Table property keys
Table_Key_Default_Sort_Column = 3
Table property keys
Table_Key_Columns = 4
Table property keys
Table_Key_Extra_Headers = 5
Table property keys
Table_Key_Stream_Header_Repeat = 6
Table property keys
Trait Implementations§
source§impl Clone for table_key_t
impl Clone for table_key_t
source§fn clone(&self) -> table_key_t
fn clone(&self) -> table_key_t
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 table_key_t
impl Debug for table_key_t
source§impl Hash for table_key_t
impl Hash for table_key_t
source§impl Ord for table_key_t
impl Ord for table_key_t
source§fn cmp(&self, other: &table_key_t) -> Ordering
fn cmp(&self, other: &table_key_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for table_key_t
impl PartialEq for table_key_t
source§impl PartialOrd for table_key_t
impl PartialOrd for table_key_t
impl Copy for table_key_t
impl Eq for table_key_t
impl StructuralPartialEq for table_key_t
Auto Trait Implementations§
impl Freeze for table_key_t
impl RefUnwindSafe for table_key_t
impl Send for table_key_t
impl Sync for table_key_t
impl Unpin for table_key_t
impl UnwindSafe for table_key_t
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)