#[repr(C)]pub struct DebugLine {
pub a: DebugPoint,
pub b: DebugPoint,
}
Fields§
§a: DebugPoint
§b: DebugPoint
Trait Implementations§
impl Copy for DebugLine
impl StructuralPartialEq for DebugLine
Auto Trait Implementations§
impl Freeze for DebugLine
impl RefUnwindSafe for DebugLine
impl Send for DebugLine
impl Sync for DebugLine
impl Unpin for DebugLine
impl UnwindSafe for DebugLine
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