#[repr(C)]pub struct ConditionCheckParams { /* private fields */ }
Implementations§
Source§impl ConditionCheckParams
impl ConditionCheckParams
pub const fn new( action_ref: *mut TESObjectREFR, target_ref: *mut TESObjectREFR, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConditionCheckParams
impl RefUnwindSafe for ConditionCheckParams
impl !Send for ConditionCheckParams
impl !Sync for ConditionCheckParams
impl Unpin for ConditionCheckParams
impl UnwindSafe for ConditionCheckParams
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