pub struct KeyIndexGroup {
pub class_type: u16,
pub deprecated_flags: u8,
}Expand description
Key index group — preserves per-class metadata for round-tripping.
Fields§
§class_type: u16§deprecated_flags: u8Trait Implementations§
Source§impl Clone for KeyIndexGroup
impl Clone for KeyIndexGroup
Source§fn clone(&self) -> KeyIndexGroup
fn clone(&self) -> KeyIndexGroup
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 moreAuto Trait Implementations§
impl Freeze for KeyIndexGroup
impl RefUnwindSafe for KeyIndexGroup
impl Send for KeyIndexGroup
impl Sync for KeyIndexGroup
impl Unpin for KeyIndexGroup
impl UnsafeUnpin for KeyIndexGroup
impl UnwindSafe for KeyIndexGroup
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