#[repr(transparent)]pub struct SgiShaFifo(pub u32);Expand description
SHA FIFO lower-bank low
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for SgiShaFifo
impl Clone for SgiShaFifo
Source§fn clone(&self) -> SgiShaFifo
fn clone(&self) -> SgiShaFifo
Returns a duplicate 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 SgiShaFifo
impl Debug for SgiShaFifo
Source§impl Default for SgiShaFifo
impl Default for SgiShaFifo
Source§fn default() -> SgiShaFifo
fn default() -> SgiShaFifo
Returns the “default value” for a type. Read more
Source§impl PartialEq for SgiShaFifo
impl PartialEq for SgiShaFifo
impl Copy for SgiShaFifo
impl Eq for SgiShaFifo
impl StructuralPartialEq for SgiShaFifo
Auto Trait Implementations§
impl Freeze for SgiShaFifo
impl RefUnwindSafe for SgiShaFifo
impl Send for SgiShaFifo
impl Sync for SgiShaFifo
impl Unpin for SgiShaFifo
impl UnwindSafe for SgiShaFifo
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