pub struct GpioOptions {
pub configs: Vec<String>,
}
Fields§
§configs: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpioOptions
impl RefUnwindSafe for GpioOptions
impl Send for GpioOptions
impl Sync for GpioOptions
impl Unpin for GpioOptions
impl UnwindSafe for GpioOptions
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