Struct FrameRef
pub struct FrameRef { /* private fields */ }Expand description
A named frame reference with a descriptive kind.
Implementations§
Trait Implementations§
§impl Ord for FrameRef
impl Ord for FrameRef
§impl PartialOrd for FrameRef
impl PartialOrd for FrameRef
impl Eq for FrameRef
impl StructuralPartialEq for FrameRef
Auto Trait Implementations§
impl Freeze for FrameRef
impl RefUnwindSafe for FrameRef
impl Send for FrameRef
impl Sync for FrameRef
impl Unpin for FrameRef
impl UnsafeUnpin for FrameRef
impl UnwindSafe for FrameRef
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