Enum skia_bindings::SkDocument_State
source · #[repr(u32)]pub enum SkDocument_State {
kBetweenPages_State,
kInPage_State,
kClosed_State,
}
Variants§
Trait Implementations§
source§impl Clone for SkDocument_State
impl Clone for SkDocument_State
source§fn clone(&self) -> SkDocument_State
fn clone(&self) -> SkDocument_State
Returns a copy 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 SkDocument_State
impl Debug for SkDocument_State
source§impl Hash for SkDocument_State
impl Hash for SkDocument_State
source§impl PartialEq<SkDocument_State> for SkDocument_State
impl PartialEq<SkDocument_State> for SkDocument_State
source§fn eq(&self, other: &SkDocument_State) -> bool
fn eq(&self, other: &SkDocument_State) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkDocument_State
impl Eq for SkDocument_State
impl StructuralEq for SkDocument_State
impl StructuralPartialEq for SkDocument_State
Auto Trait Implementations§
impl RefUnwindSafe for SkDocument_State
impl Send for SkDocument_State
impl Sync for SkDocument_State
impl Unpin for SkDocument_State
impl UnwindSafe for SkDocument_State
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