pub enum AwebpFramePosition {
First,
Specific(usize),
Last,
}Variants§
Trait Implementations§
Source§impl Clone for AwebpFramePosition
impl Clone for AwebpFramePosition
Source§fn clone(&self) -> AwebpFramePosition
fn clone(&self) -> AwebpFramePosition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AwebpFramePosition
impl Debug for AwebpFramePosition
Source§impl Default for AwebpFramePosition
impl Default for AwebpFramePosition
Source§impl PartialEq for AwebpFramePosition
impl PartialEq for AwebpFramePosition
impl Copy for AwebpFramePosition
impl StructuralPartialEq for AwebpFramePosition
Auto Trait Implementations§
impl Freeze for AwebpFramePosition
impl RefUnwindSafe for AwebpFramePosition
impl Send for AwebpFramePosition
impl Sync for AwebpFramePosition
impl Unpin for AwebpFramePosition
impl UnwindSafe for AwebpFramePosition
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