#[repr(C)]pub struct ShortcutC {
pub id: [u8; 64],
pub name: [u8; 128],
pub description: [u8; 256],
pub icon: [u8; 256],
pub hotkey: [u8; 32],
}Fields§
§id: [u8; 64]§name: [u8; 128]§description: [u8; 256]§icon: [u8; 256]§hotkey: [u8; 32]Auto Trait Implementations§
impl Freeze for ShortcutC
impl RefUnwindSafe for ShortcutC
impl Send for ShortcutC
impl Sync for ShortcutC
impl Unpin for ShortcutC
impl UnsafeUnpin for ShortcutC
impl UnwindSafe for ShortcutC
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