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