pub struct MoxtetModule {
pub id: MoxtetModuleId,
pub index: u8,
}Fields§
§id: MoxtetModuleId§index: u8Auto Trait Implementations§
impl Freeze for MoxtetModule
impl RefUnwindSafe for MoxtetModule
impl Send for MoxtetModule
impl Sync for MoxtetModule
impl Unpin for MoxtetModule
impl UnsafeUnpin for MoxtetModule
impl UnwindSafe for MoxtetModule
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