#[repr(C)]pub struct IfrLessThan {
pub header: IfrOpHeader,
}Fields§
§header: IfrOpHeaderTrait Implementations§
Source§impl Clone for IfrLessThan
impl Clone for IfrLessThan
Source§fn clone(&self) -> IfrLessThan
fn clone(&self) -> IfrLessThan
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 IfrLessThan
impl Debug for IfrLessThan
impl Copy for IfrLessThan
Auto Trait Implementations§
impl Freeze for IfrLessThan
impl RefUnwindSafe for IfrLessThan
impl Send for IfrLessThan
impl Sync for IfrLessThan
impl Unpin for IfrLessThan
impl UnwindSafe for IfrLessThan
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