pub struct FLAG(/* private fields */);
Expand description
Set flag register to a register.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for FLAG
impl<'de> Deserialize<'de> for FLAG
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<FLAG> for Instruction
impl From<FLAG> for Instruction
source§impl FromWasmAbi for FLAG
impl FromWasmAbi for FLAG
source§impl IntoWasmAbi for FLAG
impl IntoWasmAbi for FLAG
source§impl LongRefFromWasmAbi for FLAG
impl LongRefFromWasmAbi for FLAG
source§impl OptionFromWasmAbi for FLAG
impl OptionFromWasmAbi for FLAG
source§impl OptionIntoWasmAbi for FLAG
impl OptionIntoWasmAbi for FLAG
source§impl RefFromWasmAbi for FLAG
impl RefFromWasmAbi for FLAG
source§impl RefMutFromWasmAbi for FLAG
impl RefMutFromWasmAbi for FLAG
source§impl TryFromJsValue for FLAG
impl TryFromJsValue for FLAG
source§impl VectorFromWasmAbi for FLAG
impl VectorFromWasmAbi for FLAG
source§impl VectorIntoWasmAbi for FLAG
impl VectorIntoWasmAbi for FLAG
impl Copy for FLAG
impl Eq for FLAG
impl StructuralPartialEq for FLAG
Auto Trait Implementations§
impl Freeze for FLAG
impl RefUnwindSafe for FLAG
impl Send for FLAG
impl Sync for FLAG
impl Unpin for FLAG
impl UnwindSafe for FLAG
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.