Enum playdate_build::assets::OpRes
source · pub enum OpRes {
Write(u64),
Link,
Skip,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OpRes
impl Send for OpRes
impl Sync for OpRes
impl Unpin for OpRes
impl UnwindSafe for OpRes
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