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