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