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