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