pub struct RsxIdents {
pub mac: Ident,
pub runtime: RsxRuntime,
}Fields§
§mac: Ident§runtime: RsxRuntimeTrait Implementations§
Auto Trait Implementations§
impl Freeze for RsxIdents
impl RefUnwindSafe for RsxIdents
impl !Send for RsxIdents
impl !Sync for RsxIdents
impl Unpin for RsxIdents
impl UnsafeUnpin for RsxIdents
impl UnwindSafe for RsxIdents
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