#[repr(C, packed(1))]pub struct evt_stack_internal {
pub type_: u16,
pub data: [u8; 0],
}
Fields§
§type_: u16
§data: [u8; 0]
Trait Implementations§
Source§impl Clone for evt_stack_internal
impl Clone for evt_stack_internal
Source§fn clone(&self) -> evt_stack_internal
fn clone(&self) -> evt_stack_internal
Returns a copy 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 moreimpl Copy for evt_stack_internal
Auto Trait Implementations§
impl Freeze for evt_stack_internal
impl RefUnwindSafe for evt_stack_internal
impl Send for evt_stack_internal
impl Sync for evt_stack_internal
impl Unpin for evt_stack_internal
impl UnwindSafe for evt_stack_internal
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