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