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