Struct windows_native::winsta::FLOWCONTROLCONFIG
source ยท #[repr(C)]pub struct FLOWCONTROLCONFIG {
pub padding_0: [u8; 3],
pub XonChar: i8,
pub XoffChar: i8,
pub Type: FLOWCONTROLCLASS,
pub HardwareReceive: RECEIVEFLOWCONTROLCLASS,
pub HardwareTransmit: TRANSMITFLOWCONTROLCLASS,
/* private fields */
}Fieldsยง
ยงpadding_0: [u8; 3]ยงXonChar: i8ยงXoffChar: i8ยงType: FLOWCONTROLCLASSยงHardwareReceive: RECEIVEFLOWCONTROLCLASSยงHardwareTransmit: TRANSMITFLOWCONTROLCLASSImplementationsยง
sourceยงimpl FLOWCONTROLCONFIG
impl FLOWCONTROLCONFIG
pub fn fEnableSoftwareTx(&self) -> u32
pub fn set_fEnableSoftwareTx(&mut self, val: u32)
pub fn fEnableSoftwareRx(&self) -> u32
pub fn set_fEnableSoftwareRx(&mut self, val: u32)
pub fn fEnableDTR(&self) -> u32
pub fn set_fEnableDTR(&mut self, val: u32)
pub fn fEnableRTS(&self) -> u32
pub fn set_fEnableRTS(&mut self, val: u32)
pub fn new_bitfield_1( fEnableSoftwareTx: u32, fEnableSoftwareRx: u32, fEnableDTR: u32, fEnableRTS: u32 ) -> BitfieldUnit<[u8; 1]>
Trait Implementationsยง
sourceยงimpl Debug for FLOWCONTROLCONFIG
impl Debug for FLOWCONTROLCONFIG
Auto Trait Implementationsยง
impl RefUnwindSafe for FLOWCONTROLCONFIG
impl Send for FLOWCONTROLCONFIG
impl Sync for FLOWCONTROLCONFIG
impl Unpin for FLOWCONTROLCONFIG
impl UnwindSafe for FLOWCONTROLCONFIG
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