pub struct EnvelopeLoop {
pub start: u8,
pub end: u8,
}Fields§
§start: u8Start - offset of the node
end: u8End - offset of the node
Must be always >= start
Trait Implementations§
Source§impl Clone for EnvelopeLoop
impl Clone for EnvelopeLoop
Source§fn clone(&self) -> EnvelopeLoop
fn clone(&self) -> EnvelopeLoop
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnvelopeLoop
impl Debug for EnvelopeLoop
impl Copy for EnvelopeLoop
Auto Trait Implementations§
impl Freeze for EnvelopeLoop
impl RefUnwindSafe for EnvelopeLoop
impl Send for EnvelopeLoop
impl Sync for EnvelopeLoop
impl Unpin for EnvelopeLoop
impl UnwindSafe for EnvelopeLoop
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