pub struct FrameElement { /* private fields */ }
Trait Implementations§
Source§impl Deref for FrameElement
impl Deref for FrameElement
Source§impl DerefMut for FrameElement
impl DerefMut for FrameElement
Source§impl LayoutElement for FrameElement
impl LayoutElement for FrameElement
Source§impl LayoutWidgetWrapper<Frame> for FrameElement
impl LayoutWidgetWrapper<Frame> for FrameElement
Auto Trait Implementations§
impl Freeze for FrameElement
impl RefUnwindSafe for FrameElement
impl Send for FrameElement
impl Sync for FrameElement
impl Unpin for FrameElement
impl UnwindSafe for FrameElement
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