#[repr(C)]pub struct ACTIONS {
pub ulVersion: u32,
pub cActions: u32,
pub lpAction: *mut ACTION,
}Fields§
§ulVersion: u32§cActions: u32§lpAction: *mut ACTIONTrait Implementations§
impl Copy for ACTIONS
impl StructuralPartialEq for ACTIONS
Auto Trait Implementations§
impl !Send for ACTIONS
impl !Sync for ACTIONS
impl Freeze for ACTIONS
impl RefUnwindSafe for ACTIONS
impl Unpin for ACTIONS
impl UnsafeUnpin for ACTIONS
impl UnwindSafe for ACTIONS
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