pub struct LabelNode {
pub id: usize,
}Fields§
§id: usizeImplementations§
Trait Implementations§
Source§impl From<LabelNode> for AbstractInsnNode
impl From<LabelNode> for AbstractInsnNode
impl Copy for LabelNode
impl Eq for LabelNode
impl StructuralPartialEq for LabelNode
Auto Trait Implementations§
impl Freeze for LabelNode
impl RefUnwindSafe for LabelNode
impl Send for LabelNode
impl Sync for LabelNode
impl Unpin for LabelNode
impl UnsafeUnpin for LabelNode
impl UnwindSafe for LabelNode
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