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