Struct fltk_float::frame::FrameElement
source · 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 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