pub struct Discrete {
pub width: u32,
pub height: u32,
}
Fields§
§width: u32
Width of the frame (in pixels).
height: u32
Height of the frame (in pixels).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Discrete
impl RefUnwindSafe for Discrete
impl Send for Discrete
impl Sync for Discrete
impl Unpin for Discrete
impl UnwindSafe for Discrete
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