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