#[repr(C)]pub struct Ist {
pub _bindgen_data_: [u64; 3],
}
Fields§
§_bindgen_data_: [u64; 3]
Implementations§
Source§impl Ist
impl Ist
pub unsafe fn NoOp(&mut self) -> *mut Ist_S_NoOp
pub unsafe fn IMark(&mut self) -> *mut Ist_S_IMark
pub unsafe fn AbiHint(&mut self) -> *mut Ist_S_AbiHint
pub unsafe fn Put(&mut self) -> *mut Ist_S_Put
pub unsafe fn PutI(&mut self) -> *mut Ist_S_PutI
pub unsafe fn WrTmp(&mut self) -> *mut Ist_S_WrTmp
pub unsafe fn Store(&mut self) -> *mut Ist_S_Store
pub unsafe fn StoreG(&mut self) -> *mut Ist_S_StoreG
pub unsafe fn LoadG(&mut self) -> *mut Ist_S_LoadG
pub unsafe fn CAS(&mut self) -> *mut Ist_S_CAS
pub unsafe fn LLSC(&mut self) -> *mut Ist_S_LLSC
pub unsafe fn Dirty(&mut self) -> *mut Ist_S_Dirty
pub unsafe fn MBE(&mut self) -> *mut Ist_S_MBE
pub unsafe fn Exit(&mut self) -> *mut Ist_S_Exit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ist
impl RefUnwindSafe for Ist
impl Send for Ist
impl Sync for Ist
impl Unpin for Ist
impl UnwindSafe for Ist
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