#[repr(C)]pub struct GateTargetWithCoordsData {
pub raw_target: u32,
pub coords: Vec<f64>,
}Fields§
§raw_target: u32§coords: Vec<f64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GateTargetWithCoordsData
impl RefUnwindSafe for GateTargetWithCoordsData
impl Send for GateTargetWithCoordsData
impl Sync for GateTargetWithCoordsData
impl Unpin for GateTargetWithCoordsData
impl UnsafeUnpin for GateTargetWithCoordsData
impl UnwindSafe for GateTargetWithCoordsData
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