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