#[repr(C)]pub struct PhidgetLEDArray_AnimationDescription {
pub startAddress: u16,
pub span: u16,
pub time: u16,
pub animationType: PhidgetLEDArray_AnimationType,
}
Fields§
§startAddress: u16
§span: u16
§time: u16
§animationType: PhidgetLEDArray_AnimationType
Trait Implementations§
Source§impl Clone for PhidgetLEDArray_AnimationDescription
impl Clone for PhidgetLEDArray_AnimationDescription
Source§fn clone(&self) -> PhidgetLEDArray_AnimationDescription
fn clone(&self) -> PhidgetLEDArray_AnimationDescription
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PhidgetLEDArray_AnimationDescription
Auto Trait Implementations§
impl Freeze for PhidgetLEDArray_AnimationDescription
impl RefUnwindSafe for PhidgetLEDArray_AnimationDescription
impl Send for PhidgetLEDArray_AnimationDescription
impl Sync for PhidgetLEDArray_AnimationDescription
impl Unpin for PhidgetLEDArray_AnimationDescription
impl UnwindSafe for PhidgetLEDArray_AnimationDescription
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