pub struct MasterPriority {
pub master: MasterPriDescr,
pub priority: u32,
}Fields§
§master: MasterPriDescr§priority: u32Auto Trait Implementations§
impl Freeze for MasterPriority
impl RefUnwindSafe for MasterPriority
impl Send for MasterPriority
impl Sync for MasterPriority
impl Unpin for MasterPriority
impl UnsafeUnpin for MasterPriority
impl UnwindSafe for MasterPriority
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