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