#[repr(C)]pub struct wiringXSerial_t {
pub baud: c_uint,
pub databits: c_uint,
pub parity: c_uint,
pub stopbits: c_uint,
pub flowcontrol: c_uint,
}Fields§
§baud: c_uint§databits: c_uint§parity: c_uint§stopbits: c_uint§flowcontrol: c_uintTrait Implementations§
Source§impl Clone for wiringXSerial_t
impl Clone for wiringXSerial_t
Source§fn clone(&self) -> wiringXSerial_t
fn clone(&self) -> wiringXSerial_t
Returns a duplicate 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 wiringXSerial_t
impl Debug for wiringXSerial_t
impl Copy for wiringXSerial_t
Auto Trait Implementations§
impl Freeze for wiringXSerial_t
impl RefUnwindSafe for wiringXSerial_t
impl Send for wiringXSerial_t
impl Sync for wiringXSerial_t
impl Unpin for wiringXSerial_t
impl UnwindSafe for wiringXSerial_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