pub struct XYPosLoop {
pub count: u32,
pub nesting_level: u32,
pub parameters: XYPosLoopParams,
}Fields§
§count: u32§nesting_level: u32§parameters: XYPosLoopParamsTrait Implementations§
Source§impl<'de> Deserialize<'de> for XYPosLoop
impl<'de> Deserialize<'de> for XYPosLoop
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for XYPosLoop
Auto Trait Implementations§
impl Freeze for XYPosLoop
impl RefUnwindSafe for XYPosLoop
impl Send for XYPosLoop
impl Sync for XYPosLoop
impl Unpin for XYPosLoop
impl UnsafeUnpin for XYPosLoop
impl UnwindSafe for XYPosLoop
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