pub enum RomFormat {
Binary16KPages,
}
Variants§
Binary16KPages
Auto Trait Implementations§
impl Freeze for RomFormat
impl RefUnwindSafe for RomFormat
impl Send for RomFormat
impl Sync for RomFormat
impl Unpin for RomFormat
impl UnwindSafe for RomFormat
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