Struct pax_message::AnyCreatePatch
source · #[repr(C)]pub struct AnyCreatePatch {
pub id_chain: Vec<u32>,
pub clipping_ids: Vec<Vec<u32>>,
pub scroller_ids: Vec<Vec<u32>>,
pub z_index: u32,
}Fields§
§id_chain: Vec<u32>§clipping_ids: Vec<Vec<u32>>§scroller_ids: Vec<Vec<u32>>§z_index: u32Trait 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