#[repr(C)]pub struct spng_phys {
pub ppu_x: u32,
pub ppu_y: u32,
pub unit_specifier: u8,
}Fields§
§ppu_x: u32§ppu_y: u32§unit_specifier: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for spng_phys
impl RefUnwindSafe for spng_phys
impl Send for spng_phys
impl Sync for spng_phys
impl Unpin for spng_phys
impl UnwindSafe for spng_phys
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