#[repr(C)]pub struct _ocsd_ptm_excep {
pub type_: ocsd_armv7_exception,
pub number: u16,
pub bits: _ocsd_ptm_excep__bindgen_ty_1,
}Fields§
§type_: ocsd_armv7_exception< exception type.
number: u16< exception as number
bits: _ocsd_ptm_excep__bindgen_ty_1Trait Implementations§
Source§impl Clone for _ocsd_ptm_excep
impl Clone for _ocsd_ptm_excep
Source§fn clone(&self) -> _ocsd_ptm_excep
fn clone(&self) -> _ocsd_ptm_excep
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _ocsd_ptm_excep
impl Debug for _ocsd_ptm_excep
impl Copy for _ocsd_ptm_excep
Auto Trait Implementations§
impl Freeze for _ocsd_ptm_excep
impl RefUnwindSafe for _ocsd_ptm_excep
impl Send for _ocsd_ptm_excep
impl Sync for _ocsd_ptm_excep
impl Unpin for _ocsd_ptm_excep
impl UnwindSafe for _ocsd_ptm_excep
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