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