pub struct BaseAdr {
pub offset_type: u8,
/* private fields */
}Fields§
§offset_type: u8Implementations§
Trait Implementations§
impl Copy for BaseAdr
Auto Trait Implementations§
impl Freeze for BaseAdr
impl RefUnwindSafe for BaseAdr
impl Send for BaseAdr
impl Sync for BaseAdr
impl Unpin for BaseAdr
impl UnsafeUnpin for BaseAdr
impl UnwindSafe for BaseAdr
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