Struct MFSensorStreamType
#[repr(transparent)]pub struct MFSensorStreamType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for MFSensorStreamType
impl Clone for MFSensorStreamType
§fn clone(&self) -> MFSensorStreamType
fn clone(&self) -> MFSensorStreamType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MFSensorStreamType
impl Debug for MFSensorStreamType
§impl Default for MFSensorStreamType
impl Default for MFSensorStreamType
§fn default() -> MFSensorStreamType
fn default() -> MFSensorStreamType
Returns the “default value” for a type. Read more
§impl PartialEq for MFSensorStreamType
impl PartialEq for MFSensorStreamType
impl Copy for MFSensorStreamType
impl Eq for MFSensorStreamType
impl StructuralPartialEq for MFSensorStreamType
Auto Trait Implementations§
impl Freeze for MFSensorStreamType
impl RefUnwindSafe for MFSensorStreamType
impl Send for MFSensorStreamType
impl Sync for MFSensorStreamType
impl Unpin for MFSensorStreamType
impl UnwindSafe for MFSensorStreamType
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