#[repr(C)]pub struct IfrDefault {
pub header: IfrOpHeader,
pub default_id: u16,
pub type: u8,
pub value: IfrTypeValue,
}Fields§
§header: IfrOpHeader§default_id: u16§type: u8§value: IfrTypeValueTrait Implementations§
Source§impl Clone for IfrDefault
impl Clone for IfrDefault
Source§fn clone(&self) -> IfrDefault
fn clone(&self) -> IfrDefault
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 moreimpl Copy for IfrDefault
Auto Trait Implementations§
impl Freeze for IfrDefault
impl RefUnwindSafe for IfrDefault
impl Send for IfrDefault
impl Sync for IfrDefault
impl Unpin for IfrDefault
impl UnwindSafe for IfrDefault
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