#[repr(C)]pub struct saul_driver_t {
pub read: saul_read_t,
pub write: saul_write_t,
pub type_: u8,
}
Expand description
@brief Definition of the RIOT actuator/sensor interface
Fields§
§read: saul_read_t
< read function pointer
write: saul_write_t
< write function pointer
type_: u8
< device class the device belongs to
Trait Implementations§
Source§impl Clone for saul_driver_t
impl Clone for saul_driver_t
Source§fn clone(&self) -> saul_driver_t
fn clone(&self) -> saul_driver_t
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 moreSource§impl Debug for saul_driver_t
impl Debug for saul_driver_t
Source§impl Default for saul_driver_t
impl Default for saul_driver_t
Source§fn default() -> saul_driver_t
fn default() -> saul_driver_t
Returns the “default value” for a type. Read more
impl Copy for saul_driver_t
Auto Trait Implementations§
impl Freeze for saul_driver_t
impl RefUnwindSafe for saul_driver_t
impl Send for saul_driver_t
impl Sync for saul_driver_t
impl Unpin for saul_driver_t
impl UnwindSafe for saul_driver_t
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 12 bytes