pub struct MasterPriDescr {
pub reg: usize,
pub shift: u32,
pub mask: u32,
}Fields§
§reg: usize§shift: u32§mask: u32Trait Implementations§
Source§impl Clone for MasterPriDescr
impl Clone for MasterPriDescr
Source§fn clone(&self) -> MasterPriDescr
fn clone(&self) -> MasterPriDescr
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 moreimpl Copy for MasterPriDescr
Auto Trait Implementations§
impl Freeze for MasterPriDescr
impl RefUnwindSafe for MasterPriDescr
impl Send for MasterPriDescr
impl Sync for MasterPriDescr
impl Unpin for MasterPriDescr
impl UnsafeUnpin for MasterPriDescr
impl UnwindSafe for MasterPriDescr
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