Struct pax_message::AnyCreatePatch
source · #[repr(C)]pub struct AnyCreatePatch {
pub id_chain: Vec<u64>,
pub clipping_ids: Vec<Vec<u64>>,
}Fields§
§id_chain: Vec<u64>§clipping_ids: Vec<Vec<u64>>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AnyCreatePatch
impl Send for AnyCreatePatch
impl Sync for AnyCreatePatch
impl Unpin for AnyCreatePatch
impl UnwindSafe for AnyCreatePatch
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