pub(crate) struct DumbBase {
pub(crate) _payload: u128,
}
Fields§
§_payload: u128
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DumbBase
impl ObjSafe for DumbBase
impl RefUnwindSafe for DumbBase
impl Send for DumbBase
impl StoreCopy for DumbBase
impl Sync for DumbBase
impl Unpin for DumbBase
impl UnwindSafe for DumbBase
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