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