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