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