pub struct PrimaryPicTypeError(pub u8);Expand description
Error returned when a primary_pic_type value is out of range.
Tuple Fields§
§0: u8Trait Implementations§
Source§impl Debug for PrimaryPicTypeError
impl Debug for PrimaryPicTypeError
Auto Trait Implementations§
impl Freeze for PrimaryPicTypeError
impl RefUnwindSafe for PrimaryPicTypeError
impl Send for PrimaryPicTypeError
impl Sync for PrimaryPicTypeError
impl Unpin for PrimaryPicTypeError
impl UnsafeUnpin for PrimaryPicTypeError
impl UnwindSafe for PrimaryPicTypeError
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