pub struct Sel {
pub flags: u8,
pub offshift: u8,
pub nkeys: u8,
pub offmask: u16,
pub off: u16,
pub offoff: u16,
pub hoff: u16,
pub hmask: u32,
pub keys: Vec<Key>,
}
Fields§
§flags: u8
§offshift: u8
§nkeys: u8
§offmask: u16
§off: u16
§offoff: u16
§hoff: u16
§hmask: u32
§keys: Vec<Key>
Trait Implementations§
impl Eq for Sel
impl StructuralPartialEq for Sel
Auto Trait Implementations§
impl Freeze for Sel
impl RefUnwindSafe for Sel
impl Send for Sel
impl Sync for Sel
impl Unpin for Sel
impl UnwindSafe for Sel
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)