[−][src]Struct mynewt::kernel::os::os_dev
Fields
od_handlers: os_dev_handlers
Device handlers. Implementation of base device functions.
od_init: os_dev_init_func_t
Device initialization function.
od_init_arg: *mut c_void
Argument to pass to device initialization function.
od_stage: u8
Stage during which to initialize this device.
od_priority: u8
Priority within a given stage to initialize a device.
od_open_ref: u8
Number of references to a device being open before marking the device closed.
od_flags: u8
Device flags.
od_name: *const c_char
Device name
od_next: os_dev__bindgen_ty_1
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,