#[repr(C)]pub struct ACTION {
pub acttype: ACTTYPE,
pub ulActionFlavor: u32,
pub lpRes: *mut SRestriction,
pub lpPropTagArray: *mut SPropTagArray,
pub ulFlags: u32,
pub dwAlignPad: u32,
pub Anonymous: ACTION_0,
}Fields§
§acttype: ACTTYPE§ulActionFlavor: u32§lpRes: *mut SRestriction§lpPropTagArray: *mut SPropTagArray§ulFlags: u32§dwAlignPad: u32§Anonymous: ACTION_0Trait Implementations§
Auto Trait Implementations§
impl !Send for ACTION
impl !Sync for ACTION
impl Freeze for ACTION
impl RefUnwindSafe for ACTION
impl Unpin for ACTION
impl UnsafeUnpin for ACTION
impl UnwindSafe for ACTION
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