#[repr(C)]pub struct INTERACTION_ARGUMENTS_TAP {
pub count: u32,
}
Fields§
§count: u32
Trait Implementations§
§impl Clone for INTERACTION_ARGUMENTS_TAP
impl Clone for INTERACTION_ARGUMENTS_TAP
impl Copy for INTERACTION_ARGUMENTS_TAP
Auto Trait Implementations§
impl RefUnwindSafe for INTERACTION_ARGUMENTS_TAP
impl Send for INTERACTION_ARGUMENTS_TAP
impl Sync for INTERACTION_ARGUMENTS_TAP
impl Unpin for INTERACTION_ARGUMENTS_TAP
impl UnwindSafe for INTERACTION_ARGUMENTS_TAP
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