#[repr(C)]pub struct Ist_S_PutI {
pub details: *mut IRPutI,
}Fields§
§details: *mut IRPutITrait Implementations§
Auto Trait Implementations§
impl Freeze for Ist_S_PutI
impl RefUnwindSafe for Ist_S_PutI
impl !Send for Ist_S_PutI
impl !Sync for Ist_S_PutI
impl Unpin for Ist_S_PutI
impl UnwindSafe for Ist_S_PutI
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