#[repr(u32)]pub enum extra_header_key_t {
Extra_Header_Key_Row = 2_000,
Extra_Header_Key_Name = 2_001,
Extra_Header_Key_Description = 2_002,
Extra_Header_Key_First_Column = 2_003,
Extra_Header_Key_Last_Column = 2_004,
}
Expand description
Variants§
Extra_Header_Key_Row = 2_000
Header property keys
Extra_Header_Key_Name = 2_001
Header property keys
Extra_Header_Key_Description = 2_002
Header property keys
Extra_Header_Key_First_Column = 2_003
Header property keys
Extra_Header_Key_Last_Column = 2_004
Header property keys
Trait Implementations§
source§impl Clone for extra_header_key_t
impl Clone for extra_header_key_t
source§fn clone(&self) -> extra_header_key_t
fn clone(&self) -> extra_header_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 extra_header_key_t
impl Debug for extra_header_key_t
source§impl Hash for extra_header_key_t
impl Hash for extra_header_key_t
source§impl Ord for extra_header_key_t
impl Ord for extra_header_key_t
source§fn cmp(&self, other: &extra_header_key_t) -> Ordering
fn cmp(&self, other: &extra_header_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 extra_header_key_t
impl PartialEq for extra_header_key_t
source§impl PartialOrd for extra_header_key_t
impl PartialOrd for extra_header_key_t
impl Copy for extra_header_key_t
impl Eq for extra_header_key_t
impl StructuralPartialEq for extra_header_key_t
Auto Trait Implementations§
impl Freeze for extra_header_key_t
impl RefUnwindSafe for extra_header_key_t
impl Send for extra_header_key_t
impl Sync for extra_header_key_t
impl Unpin for extra_header_key_t
impl UnwindSafe for extra_header_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
)