pub struct BlockMarkerOpArgs {
pub input: u32,
pub block_id: i32,
pub branch_id: i32,
}Fields§
§input: u32§block_id: i32§branch_id: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockMarkerOpArgs
impl RefUnwindSafe for BlockMarkerOpArgs
impl Send for BlockMarkerOpArgs
impl Sync for BlockMarkerOpArgs
impl Unpin for BlockMarkerOpArgs
impl UnsafeUnpin for BlockMarkerOpArgs
impl UnwindSafe for BlockMarkerOpArgs
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