pub struct FlCtl { /* private fields */ }
Implementations§
Source§impl FlCtl
impl FlCtl
pub const fn new() -> FlCtl
pub fn set_waitstates(&self, ws: WaitStates)
pub fn set_buffering(&self, enable: bool)
Auto Trait Implementations§
impl Freeze for FlCtl
impl !RefUnwindSafe for FlCtl
impl !Send for FlCtl
impl !Sync for FlCtl
impl Unpin for FlCtl
impl !UnwindSafe for FlCtl
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