#[repr(C)]pub struct KeyMapNode {
pub kn_Node: Node,
pub kn_KeyMap: KeyMap,
}Fields§
§kn_Node: Node§kn_KeyMap: KeyMapTrait Implementations§
Source§impl Clone for KeyMapNode
impl Clone for KeyMapNode
Source§fn clone(&self) -> KeyMapNode
fn clone(&self) -> KeyMapNode
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 moreSource§impl Debug for KeyMapNode
impl Debug for KeyMapNode
impl Copy for KeyMapNode
Auto Trait Implementations§
impl Freeze for KeyMapNode
impl RefUnwindSafe for KeyMapNode
impl !Send for KeyMapNode
impl !Sync for KeyMapNode
impl Unpin for KeyMapNode
impl UnwindSafe for KeyMapNode
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