pub struct ZeroSize;Expand description
A draw call was given a size that was not strictly positive (zero or negative). The call drew nothing.
Trait Implementations§
impl Copy for ZeroSize
impl Eq for ZeroSize
impl StructuralPartialEq for ZeroSize
Auto Trait Implementations§
impl Freeze for ZeroSize
impl RefUnwindSafe for ZeroSize
impl Send for ZeroSize
impl Sync for ZeroSize
impl Unpin for ZeroSize
impl UnsafeUnpin for ZeroSize
impl UnwindSafe for ZeroSize
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