pub struct AipstzConfig {
pub mpr0: u32,
}Fields§
§mpr0: u32Auto Trait Implementations§
impl Freeze for AipstzConfig
impl RefUnwindSafe for AipstzConfig
impl Send for AipstzConfig
impl Sync for AipstzConfig
impl Unpin for AipstzConfig
impl UnsafeUnpin for AipstzConfig
impl UnwindSafe for AipstzConfig
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