#[repr(C)]pub struct Addr {
pub typ: AddrType,
pub val: ValueUnion,
pub off: u16,
pub flag: AddrFlag,
}Fields§
§typ: AddrType§val: ValueUnion§off: u16§flag: AddrFlagTrait Implementations§
Auto Trait Implementations§
impl Freeze for Addr
impl RefUnwindSafe for Addr
impl Send for Addr
impl Sync for Addr
impl Unpin for Addr
impl UnwindSafe for Addr
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