#[repr(C)]pub struct Dwfl_Line { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dwfl_Line
impl RefUnwindSafe for Dwfl_Line
impl Send for Dwfl_Line
impl Sync for Dwfl_Line
impl Unpin for Dwfl_Line
impl UnwindSafe for Dwfl_Line
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