#[repr(u32)]pub enum IREffect {
Ifx_None = 6_912,
Ifx_Read = 6_913,
Ifx_Write = 6_914,
Ifx_Modify = 6_915,
}
Variants§
Trait Implementations§
impl Copy for IREffect
impl Eq for IREffect
impl StructuralPartialEq for IREffect
Auto Trait Implementations§
impl Freeze for IREffect
impl RefUnwindSafe for IREffect
impl Send for IREffect
impl Sync for IREffect
impl Unpin for IREffect
impl UnwindSafe for IREffect
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