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