#[repr(C)]pub struct SCRIPT_ANALYSIS {
pub _bitfield: u16,
pub s: SCRIPT_STATE,
}Fields§
§_bitfield: u16§s: SCRIPT_STATETrait Implementations§
Source§impl Abi for SCRIPT_ANALYSIS
impl Abi for SCRIPT_ANALYSIS
Source§type Abi = SCRIPT_ANALYSIS
type Abi = SCRIPT_ANALYSIS
The abi representation of the implementing type. Read more
type DefaultType = SCRIPT_ANALYSIS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SCRIPT_ANALYSIS
impl Clone for SCRIPT_ANALYSIS
Source§fn clone(&self) -> SCRIPT_ANALYSIS
fn clone(&self) -> SCRIPT_ANALYSIS
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 moreSource§impl Debug for SCRIPT_ANALYSIS
impl Debug for SCRIPT_ANALYSIS
Source§impl Default for SCRIPT_ANALYSIS
impl Default for SCRIPT_ANALYSIS
Source§impl PartialEq for SCRIPT_ANALYSIS
impl PartialEq for SCRIPT_ANALYSIS
impl Copy for SCRIPT_ANALYSIS
impl Eq for SCRIPT_ANALYSIS
Auto Trait Implementations§
impl Freeze for SCRIPT_ANALYSIS
impl RefUnwindSafe for SCRIPT_ANALYSIS
impl Send for SCRIPT_ANALYSIS
impl Sync for SCRIPT_ANALYSIS
impl Unpin for SCRIPT_ANALYSIS
impl UnwindSafe for SCRIPT_ANALYSIS
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