#[repr(C)]pub struct IfrSubtract {
pub header: IfrOpHeader,
}Fields§
§header: IfrOpHeaderTrait Implementations§
Source§impl Clone for IfrSubtract
impl Clone for IfrSubtract
Source§fn clone(&self) -> IfrSubtract
fn clone(&self) -> IfrSubtract
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IfrSubtract
impl Debug for IfrSubtract
impl Copy for IfrSubtract
Auto Trait Implementations§
impl Freeze for IfrSubtract
impl RefUnwindSafe for IfrSubtract
impl Send for IfrSubtract
impl Sync for IfrSubtract
impl Unpin for IfrSubtract
impl UnwindSafe for IfrSubtract
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