#[repr(C)]pub struct Dwarf_Op {
pub atom: u8,
pub number: Dwarf_Word,
pub number2: Dwarf_Word,
pub offset: Dwarf_Word,
}Fields§
§atom: u8§number: Dwarf_Word§number2: Dwarf_Word§offset: Dwarf_WordTrait Implementations§
Auto Trait Implementations§
impl Freeze for Dwarf_Op
impl RefUnwindSafe for Dwarf_Op
impl Send for Dwarf_Op
impl Sync for Dwarf_Op
impl Unpin for Dwarf_Op
impl UnwindSafe for Dwarf_Op
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