[−][src]Struct embedded_layout::layout::ChainTerminator
The last chain element that marks the end of a ViewGroup
You probably shouldn't ever use this struct
Trait Implementations
impl<'_, C: PixelColor> Drawable<C> for &'_ ChainTerminator
[src]
impl View for ChainTerminator
[src]
fn bounds(&self) -> Rectangle
[src]
fn translate(&mut self, _by: Point)
[src]
fn size(&self) -> Size
[src]
impl ViewChainElement for ChainTerminator
[src]
const IS_TERMINATOR: bool
[src]
fn view_count() -> usize
[src]
fn for_each(&mut self, _op: &mut impl FnMut(&mut dyn View))
[src]
Auto Trait Implementations
impl RefUnwindSafe for ChainTerminator
impl Send for ChainTerminator
impl Sync for ChainTerminator
impl Unpin for ChainTerminator
impl UnwindSafe for ChainTerminator
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> View for T where
T: Transform + Dimensions,
[src]
T: Transform + Dimensions,