pub struct Fcseidr(pub u32);Expand description
FCSEIDR (FCSE Process ID Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Fcseidr
impl SysRegRead for Fcseidr
Source§impl SysRegWrite for Fcseidr
impl SysRegWrite for Fcseidr
impl Copy for Fcseidr
Auto Trait Implementations§
impl Freeze for Fcseidr
impl RefUnwindSafe for Fcseidr
impl Send for Fcseidr
impl Sync for Fcseidr
impl Unpin for Fcseidr
impl UnwindSafe for Fcseidr
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