Struct tinkerforge::compass_bricklet::Configuration [−][src]
Fields
data_rate: u8background_calibration: boolTrait Implementations
impl Clone for Configuration[src]
impl Clone for Configuration[src]fn clone(&self) -> Configuration[src]
fn clone(&self) -> Configuration[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 Debug for Configuration[src]
impl Debug for Configuration[src]impl Default for Configuration[src]
impl Default for Configuration[src]fn default() -> Configuration[src]
fn default() -> Configuration[src]Returns the “default value” for a type. Read more
impl FromByteSlice for Configuration[src]
impl FromByteSlice for Configuration[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]) -> Configuration[src]
fn from_le_byte_slice(bytes: &[u8]) -> Configuration[src]Deserialize the implementing type from a byte slice.
impl Hash for Configuration[src]
impl Hash for Configuration[src]impl PartialEq<Configuration> for Configuration[src]
impl PartialEq<Configuration> for Configuration[src]fn eq(&self, other: &Configuration) -> bool[src]
fn eq(&self, other: &Configuration) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &Configuration) -> bool[src]
fn ne(&self, other: &Configuration) -> bool[src]This method tests for !=.
impl Copy for Configuration[src]
impl Eq for Configuration[src]
impl StructuralEq for Configuration[src]
impl StructuralPartialEq for Configuration[src]
Auto Trait Implementations
impl RefUnwindSafe for Configuration
impl Send for Configuration
impl Sync for Configuration
impl Unpin for Configuration
impl UnwindSafe for Configuration
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