Struct windows_sys::Win32::Devices::SerialCommunication::SERIAL_QUEUE_SIZE
#[repr(C)]pub struct SERIAL_QUEUE_SIZE {
pub InSize: u32,
pub OutSize: u32,
}Fields§
§InSize: u32§OutSize: u32Trait Implementations§
§impl Clone for SERIAL_QUEUE_SIZE
impl Clone for SERIAL_QUEUE_SIZE
impl Copy for SERIAL_QUEUE_SIZE
Auto Trait Implementations§
impl RefUnwindSafe for SERIAL_QUEUE_SIZE
impl Send for SERIAL_QUEUE_SIZE
impl Sync for SERIAL_QUEUE_SIZE
impl Unpin for SERIAL_QUEUE_SIZE
impl UnwindSafe for SERIAL_QUEUE_SIZE
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