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