Struct act_lib::act_structs::PatchAct
source · pub struct PatchAct {
pub byte_pos: u32,
pub patch: Vec<u8>,
}Fields§
§byte_pos: u32§patch: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PatchAct
impl Send for PatchAct
impl Sync for PatchAct
impl Unpin for PatchAct
impl UnwindSafe for PatchAct
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