pub struct SubmoduleConfig {
pub rf233: bool,
pub nrf51422: bool,
pub sensors: bool,
pub trng: bool,
}Fields§
§rf233: bool§nrf51422: bool§sensors: bool§trng: boolAuto Trait Implementations§
impl Freeze for SubmoduleConfig
impl RefUnwindSafe for SubmoduleConfig
impl Send for SubmoduleConfig
impl Sync for SubmoduleConfig
impl Unpin for SubmoduleConfig
impl UnwindSafe for SubmoduleConfig
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