pub struct FrameLabel<'a> {
    pub label: &'a SwfStr,
    pub is_anchor: bool,
}Fields§
§label: &'a SwfStr§is_anchor: boolTrait Implementations§
Source§impl<'a> Debug for FrameLabel<'a>
 
impl<'a> Debug for FrameLabel<'a>
Source§impl<'a> PartialEq for FrameLabel<'a>
 
impl<'a> PartialEq for FrameLabel<'a>
impl<'a> Eq for FrameLabel<'a>
impl<'a> StructuralPartialEq for FrameLabel<'a>
Auto Trait Implementations§
impl<'a> Freeze for FrameLabel<'a>
impl<'a> RefUnwindSafe for FrameLabel<'a>
impl<'a> Send for FrameLabel<'a>
impl<'a> Sync for FrameLabel<'a>
impl<'a> Unpin for FrameLabel<'a>
impl<'a> UnwindSafe for FrameLabel<'a>
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