pub struct PadId(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
impl Copy for PadId
impl Eq for PadId
impl StructuralPartialEq for PadId
Auto Trait Implementations§
impl Freeze for PadId
impl RefUnwindSafe for PadId
impl Send for PadId
impl Sync for PadId
impl Unpin for PadId
impl UnwindSafe for PadId
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