#[repr(C)]pub struct IfrGuid {
pub header: IfrOpHeader,
pub guid: Guid,
}Fields§
§header: IfrOpHeader§guid: GuidTrait Implementations§
Auto Trait Implementations§
impl Freeze for IfrGuid
impl RefUnwindSafe for IfrGuid
impl Send for IfrGuid
impl Sync for IfrGuid
impl Unpin for IfrGuid
impl UnwindSafe for IfrGuid
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