#[repr(C)]pub struct SCRIPT_CONTROL {
pub _bitfield: u32,
}
Fields§
§_bitfield: u32
Trait Implementations§
Source§impl Abi for SCRIPT_CONTROL
impl Abi for SCRIPT_CONTROL
Source§type Abi = SCRIPT_CONTROL
type Abi = SCRIPT_CONTROL
The abi representation of the implementing type. Read more
type DefaultType = SCRIPT_CONTROL
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_CONTROL
impl Clone for SCRIPT_CONTROL
Source§fn clone(&self) -> SCRIPT_CONTROL
fn clone(&self) -> SCRIPT_CONTROL
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_CONTROL
impl Debug for SCRIPT_CONTROL
Source§impl Default for SCRIPT_CONTROL
impl Default for SCRIPT_CONTROL
Source§impl PartialEq for SCRIPT_CONTROL
impl PartialEq for SCRIPT_CONTROL
impl Copy for SCRIPT_CONTROL
impl Eq for SCRIPT_CONTROL
Auto Trait Implementations§
impl Freeze for SCRIPT_CONTROL
impl RefUnwindSafe for SCRIPT_CONTROL
impl Send for SCRIPT_CONTROL
impl Sync for SCRIPT_CONTROL
impl Unpin for SCRIPT_CONTROL
impl UnwindSafe for SCRIPT_CONTROL
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