pub struct TwoDirectionRepeatFactor {
pub name: String,
pub repeat_factor: VectorRef,
pub second_repeat_factor: VectorRef,
}Fields§
§name: String§repeat_factor: VectorRef§second_repeat_factor: VectorRefTrait Implementations§
Source§impl Clone for TwoDirectionRepeatFactor
impl Clone for TwoDirectionRepeatFactor
Source§fn clone(&self) -> TwoDirectionRepeatFactor
fn clone(&self) -> TwoDirectionRepeatFactor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TwoDirectionRepeatFactor
impl Debug for TwoDirectionRepeatFactor
Source§impl PartialEq for TwoDirectionRepeatFactor
impl PartialEq for TwoDirectionRepeatFactor
Source§fn eq(&self, other: &TwoDirectionRepeatFactor) -> bool
fn eq(&self, other: &TwoDirectionRepeatFactor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TwoDirectionRepeatFactor
Auto Trait Implementations§
impl Freeze for TwoDirectionRepeatFactor
impl RefUnwindSafe for TwoDirectionRepeatFactor
impl Send for TwoDirectionRepeatFactor
impl Sync for TwoDirectionRepeatFactor
impl Unpin for TwoDirectionRepeatFactor
impl UnsafeUnpin for TwoDirectionRepeatFactor
impl UnwindSafe for TwoDirectionRepeatFactor
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