Struct tinkerforge::industrial_counter_bricklet::AllSignalDataCallbackConfiguration [−][src]
Fields
period: u32value_has_to_change: boolTrait Implementations
impl Clone for AllSignalDataCallbackConfiguration[src]
impl Clone for AllSignalDataCallbackConfiguration[src]fn clone(&self) -> AllSignalDataCallbackConfiguration[src]
fn clone(&self) -> AllSignalDataCallbackConfiguration[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Default for AllSignalDataCallbackConfiguration[src]
impl Default for AllSignalDataCallbackConfiguration[src]fn default() -> AllSignalDataCallbackConfiguration[src]
fn default() -> AllSignalDataCallbackConfiguration[src]Returns the “default value” for a type. Read more
impl FromByteSlice for AllSignalDataCallbackConfiguration[src]
impl FromByteSlice for AllSignalDataCallbackConfiguration[src]fn bytes_expected() -> usize[src]
fn bytes_expected() -> usize[src]Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
fn from_le_byte_slice(bytes: &[u8]) -> AllSignalDataCallbackConfiguration[src]
fn from_le_byte_slice(bytes: &[u8]) -> AllSignalDataCallbackConfiguration[src]Deserialize the implementing type from a byte slice.
impl PartialEq<AllSignalDataCallbackConfiguration> for AllSignalDataCallbackConfiguration[src]
impl PartialEq<AllSignalDataCallbackConfiguration> for AllSignalDataCallbackConfiguration[src]fn eq(&self, other: &AllSignalDataCallbackConfiguration) -> bool[src]
fn eq(&self, other: &AllSignalDataCallbackConfiguration) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &AllSignalDataCallbackConfiguration) -> bool[src]
fn ne(&self, other: &AllSignalDataCallbackConfiguration) -> bool[src]This method tests for !=.
impl Copy for AllSignalDataCallbackConfiguration[src]
impl Eq for AllSignalDataCallbackConfiguration[src]
impl StructuralEq for AllSignalDataCallbackConfiguration[src]
impl StructuralPartialEq for AllSignalDataCallbackConfiguration[src]
Auto Trait Implementations
impl RefUnwindSafe for AllSignalDataCallbackConfiguration
impl Send for AllSignalDataCallbackConfiguration
impl Sync for AllSignalDataCallbackConfiguration
impl Unpin for AllSignalDataCallbackConfiguration
impl UnwindSafe for AllSignalDataCallbackConfiguration
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more