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