Struct keos::addressing::Pa
source · pub struct Pa(_);
Expand description
Physical address
Implementations§
Trait Implementations§
source§impl AddAssign<usize> for Pa
impl AddAssign<usize> for Pa
source§fn add_assign(&mut self, other: usize)
fn add_assign(&mut self, other: usize)
Performs the
+=
operation. Read moresource§impl BitAndAssign<usize> for Pa
impl BitAndAssign<usize> for Pa
source§fn bitand_assign(&mut self, other: usize)
fn bitand_assign(&mut self, other: usize)
Performs the
&=
operation. Read moresource§impl BitOrAssign<usize> for Pa
impl BitOrAssign<usize> for Pa
source§fn bitor_assign(&mut self, other: usize)
fn bitor_assign(&mut self, other: usize)
Performs the
|=
operation. Read moresource§impl Ord for Pa
impl Ord for Pa
source§impl PartialOrd<Pa> for Pa
impl PartialOrd<Pa> for Pa
source§impl SubAssign<usize> for Pa
impl SubAssign<usize> for Pa
source§fn sub_assign(&mut self, other: usize)
fn sub_assign(&mut self, other: usize)
Performs the
-=
operation. Read moreimpl Copy for Pa
impl Eq for Pa
impl StructuralEq for Pa
impl StructuralPartialEq for Pa
Auto Trait Implementations§
impl RefUnwindSafe for Pa
impl Send for Pa
impl Sync for Pa
impl Unpin for Pa
impl UnwindSafe for Pa
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more