#[repr(C)]pub struct Ist_S_StoreG {
pub details: *mut IRStoreG,
}Fields§
§details: *mut IRStoreGTrait Implementations§
Source§impl Clone for Ist_S_StoreG
impl Clone for Ist_S_StoreG
Source§impl Default for Ist_S_StoreG
impl Default for Ist_S_StoreG
impl Copy for Ist_S_StoreG
Auto Trait Implementations§
impl Freeze for Ist_S_StoreG
impl RefUnwindSafe for Ist_S_StoreG
impl !Send for Ist_S_StoreG
impl !Sync for Ist_S_StoreG
impl Unpin for Ist_S_StoreG
impl UnwindSafe for Ist_S_StoreG
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