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