#[repr(C)]pub struct MmField {
pub mm: Mm,
/* private fields */
}
Expand description
An MMX register field
Fields§
§mm: Mm
Trait Implementations§
Source§impl ConstDefault for MmField
impl ConstDefault for MmField
impl Copy for MmField
Auto Trait Implementations§
impl Freeze for MmField
impl RefUnwindSafe for MmField
impl Send for MmField
impl Sync for MmField
impl Unpin for MmField
impl UnwindSafe for MmField
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