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