Struct flipperzero_sys::furi::hal::cdc::UsbCdcLineCoding
source · [−]#[repr(C)]pub struct UsbCdcLineCoding { /* private fields */ }Auto Trait Implementations
impl RefUnwindSafe for UsbCdcLineCoding
impl !Send for UsbCdcLineCoding
impl !Sync for UsbCdcLineCoding
impl !Unpin for UsbCdcLineCoding
impl UnwindSafe for UsbCdcLineCoding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more