pub struct Msi {
pub freq: Msifreqsel,
pub trim: u8,
}Fields§
§freq: Msifreqsel§trim: u8Trait Implementations§
impl Copy for Msi
impl StructuralPartialEq for Msi
Auto Trait Implementations§
impl Freeze for Msi
impl RefUnwindSafe for Msi
impl Send for Msi
impl Sync for Msi
impl Unpin for Msi
impl UnwindSafe for Msi
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