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