#[repr(u32)]pub enum StyleBoxTextureAxisStretchMode {
ModeStretch = 0,
ModeTile = 1,
ModeTileFit = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for StyleBoxTextureAxisStretchMode
impl Clone for StyleBoxTextureAxisStretchMode
Source§fn clone(&self) -> StyleBoxTextureAxisStretchMode
fn clone(&self) -> StyleBoxTextureAxisStretchMode
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 PartialEq for StyleBoxTextureAxisStretchMode
impl PartialEq for StyleBoxTextureAxisStretchMode
Source§fn eq(&self, other: &StyleBoxTextureAxisStretchMode) -> bool
fn eq(&self, other: &StyleBoxTextureAxisStretchMode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for StyleBoxTextureAxisStretchMode
impl Eq for StyleBoxTextureAxisStretchMode
impl StructuralPartialEq for StyleBoxTextureAxisStretchMode
Auto Trait Implementations§
impl Freeze for StyleBoxTextureAxisStretchMode
impl RefUnwindSafe for StyleBoxTextureAxisStretchMode
impl Send for StyleBoxTextureAxisStretchMode
impl Sync for StyleBoxTextureAxisStretchMode
impl Unpin for StyleBoxTextureAxisStretchMode
impl UnwindSafe for StyleBoxTextureAxisStretchMode
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