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