#[repr(C)]enum InteractiveHtmlBomViewMode {
BomOnly = 0,
LeftRight = 1,
TopBottom = 2,
}
Expand description
Wrapper for [ViewMode]
Variants§
Trait Implementations§
Source§impl Clone for InteractiveHtmlBomViewMode
impl Clone for InteractiveHtmlBomViewMode
Source§fn clone(&self) -> InteractiveHtmlBomViewMode
fn clone(&self) -> InteractiveHtmlBomViewMode
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 From<InteractiveHtmlBomViewMode> for ViewMode
impl From<InteractiveHtmlBomViewMode> for ViewMode
Source§fn from(val: InteractiveHtmlBomViewMode) -> Self
fn from(val: InteractiveHtmlBomViewMode) -> Self
Converts to this type from the input type.
impl Copy for InteractiveHtmlBomViewMode
Auto Trait Implementations§
impl Freeze for InteractiveHtmlBomViewMode
impl RefUnwindSafe for InteractiveHtmlBomViewMode
impl Send for InteractiveHtmlBomViewMode
impl Sync for InteractiveHtmlBomViewMode
impl Unpin for InteractiveHtmlBomViewMode
impl UnwindSafe for InteractiveHtmlBomViewMode
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