pub struct Boot {
pub arm_at_boot: bool,
}Fields§
§arm_at_boot: boolInstall the chip-register page so the card arms the drivers at power-on. Until the config boots dark this rails the supply.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Boot
impl<'de> Deserialize<'de> for Boot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Boot
impl RefUnwindSafe for Boot
impl Send for Boot
impl Sync for Boot
impl Unpin for Boot
impl UnsafeUnpin for Boot
impl UnwindSafe for Boot
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