#[repr(C)]pub struct KernelUnitLength {
pub dx: scalar,
pub dy: scalar,
}
Fields§
§dx: scalar
§dy: scalar
Implementations§
Trait Implementations§
Source§impl Clone for KernelUnitLength
impl Clone for KernelUnitLength
Source§fn clone(&self) -> KernelUnitLength
fn clone(&self) -> KernelUnitLength
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KernelUnitLength
impl Debug for KernelUnitLength
impl Copy for KernelUnitLength
Auto Trait Implementations§
impl Freeze for KernelUnitLength
impl RefUnwindSafe for KernelUnitLength
impl Send for KernelUnitLength
impl Sync for KernelUnitLength
impl Unpin for KernelUnitLength
impl UnwindSafe for KernelUnitLength
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