pub struct PpcOpCrx(/* private fields */);Expand description
PPC condition register field
Implementations§
Trait Implementations§
impl Copy for PpcOpCrx
impl Eq for PpcOpCrx
Auto Trait Implementations§
impl Freeze for PpcOpCrx
impl RefUnwindSafe for PpcOpCrx
impl Send for PpcOpCrx
impl Sync for PpcOpCrx
impl Unpin for PpcOpCrx
impl UnwindSafe for PpcOpCrx
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