pub struct ResD(pub u8);Expand description
Fourth resource.
Tuple Fields§
§0: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResD
impl RefUnwindSafe for ResD
impl Send for ResD
impl Sync for ResD
impl Unpin for ResD
impl UnsafeUnpin for ResD
impl UnwindSafe for ResD
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