pub enum BlipMode {
Stretch {
fill_rect: Option<RelativeRect>,
raw_children: OrderedRawChildren,
},
Tile(Tile),
}Expand description
Picture-fill placement mode.
Variants§
Trait Implementations§
impl Eq for BlipMode
impl StructuralPartialEq for BlipMode
Auto Trait Implementations§
impl Freeze for BlipMode
impl RefUnwindSafe for BlipMode
impl Send for BlipMode
impl Sync for BlipMode
impl Unpin for BlipMode
impl UnsafeUnpin for BlipMode
impl UnwindSafe for BlipMode
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