enum U16Value {
ScreenWidth,
ScreenHeight,
Delay,
ImageLeft,
ImageTop,
ImageWidth,
ImageHeight,
}
Expand description
U16 values that may occur in a GIF image
Variants§
ScreenWidth
Logical screen descriptor width
ScreenHeight
Logical screen descriptor height
Delay
Delay time
ImageLeft
Left frame offset
ImageTop
Top frame offset
ImageWidth
Frame width
ImageHeight
Frame height
Trait Implementations§
Auto Trait Implementations§
impl Freeze for U16Value
impl RefUnwindSafe for U16Value
impl Send for U16Value
impl Sync for U16Value
impl Unpin for U16Value
impl UnwindSafe for U16Value
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