enum ByteValue {
GlobalFlags,
Background {
global_flags: u8,
},
AspectRatio {
global_flags: u8,
},
ControlFlags,
ImageFlags,
TransparentIdx,
CodeSize,
}
Expand description
Single byte screen descriptor values
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteValue
impl RefUnwindSafe for ByteValue
impl Send for ByteValue
impl Sync for ByteValue
impl Unpin for ByteValue
impl UnwindSafe for ByteValue
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