pub struct OneDirectionRepeatFactor {
pub name: String,
pub repeat_factor: VectorRef,
}Fields§
§name: String§repeat_factor: VectorRefTrait Implementations§
Source§impl Clone for OneDirectionRepeatFactor
impl Clone for OneDirectionRepeatFactor
Source§fn clone(&self) -> OneDirectionRepeatFactor
fn clone(&self) -> OneDirectionRepeatFactor
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 OneDirectionRepeatFactor
impl Debug for OneDirectionRepeatFactor
Source§impl PartialEq for OneDirectionRepeatFactor
impl PartialEq for OneDirectionRepeatFactor
Source§fn eq(&self, other: &OneDirectionRepeatFactor) -> bool
fn eq(&self, other: &OneDirectionRepeatFactor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OneDirectionRepeatFactor
Auto Trait Implementations§
impl Freeze for OneDirectionRepeatFactor
impl RefUnwindSafe for OneDirectionRepeatFactor
impl Send for OneDirectionRepeatFactor
impl Sync for OneDirectionRepeatFactor
impl Unpin for OneDirectionRepeatFactor
impl UnsafeUnpin for OneDirectionRepeatFactor
impl UnwindSafe for OneDirectionRepeatFactor
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