#[repr(transparent)]pub struct MasterId(pub u32);Expand description
Master ID
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for MasterId
impl Eq for MasterId
impl StructuralPartialEq for MasterId
Auto Trait Implementations§
impl Freeze for MasterId
impl RefUnwindSafe for MasterId
impl Send for MasterId
impl Sync for MasterId
impl Unpin for MasterId
impl UnwindSafe for MasterId
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