pub struct Pasp {
pub h_spacing: u32,
pub v_spacing: u32,
}
Fields§
§h_spacing: u32
§v_spacing: u32
Implementations§
Trait Implementations§
impl Eq for Pasp
impl StructuralPartialEq for Pasp
Auto Trait Implementations§
impl Freeze for Pasp
impl RefUnwindSafe for Pasp
impl Send for Pasp
impl Sync for Pasp
impl Unpin for Pasp
impl UnwindSafe for Pasp
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