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