pub struct LinkModel {
pub paddr: Paddr,
}Fields§
§paddr: PaddrTrait Implementations§
Auto Trait Implementations§
impl Freeze for LinkModel
impl RefUnwindSafe for LinkModel
impl Send for LinkModel
impl Sync for LinkModel
impl Unpin for LinkModel
impl UnwindSafe for LinkModel
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