pub struct ResolutionExponent(pub i8);
Tuple Fields§
§0: i8
Auto Trait Implementations§
impl Freeze for ResolutionExponent
impl RefUnwindSafe for ResolutionExponent
impl Send for ResolutionExponent
impl Sync for ResolutionExponent
impl Unpin for ResolutionExponent
impl UnwindSafe for ResolutionExponent
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