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