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