pub struct Ispe {
pub width: u32,
pub height: u32,
}Fields§
§width: u32§height: u32Trait Implementations§
impl Eq for Ispe
impl StructuralPartialEq for Ispe
Auto Trait Implementations§
impl Freeze for Ispe
impl RefUnwindSafe for Ispe
impl Send for Ispe
impl Sync for Ispe
impl Unpin for Ispe
impl UnwindSafe for Ispe
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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