pub struct VariationIndex { /* private fields */ }Implementations§
Source§impl VariationIndex
impl VariationIndex
pub fn delta_set_outer_index(&self) -> u16
pub fn delta_set_inner_index(&self) -> u16
pub fn delta_format(&self) -> u16
Auto Trait Implementations§
impl Freeze for VariationIndex
impl RefUnwindSafe for VariationIndex
impl Send for VariationIndex
impl Sync for VariationIndex
impl Unpin for VariationIndex
impl UnsafeUnpin for VariationIndex
impl UnwindSafe for VariationIndex
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