#[repr(C)]pub struct KeyMapResource {
pub kr_Node: Node,
pub kr_List: List,
}Fields§
§kr_Node: Node§kr_List: ListTrait Implementations§
Source§impl Clone for KeyMapResource
impl Clone for KeyMapResource
Source§fn clone(&self) -> KeyMapResource
fn clone(&self) -> KeyMapResource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KeyMapResource
Auto Trait Implementations§
impl !Send for KeyMapResource
impl !Sync for KeyMapResource
impl Freeze for KeyMapResource
impl RefUnwindSafe for KeyMapResource
impl Unpin for KeyMapResource
impl UnsafeUnpin for KeyMapResource
impl UnwindSafe for KeyMapResource
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