Struct wgpu_types::counters::FmtBytes
source · struct FmtBytes(u64);
Tuple Fields§
§0: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FmtBytes
impl RefUnwindSafe for FmtBytes
impl Send for FmtBytes
impl Sync for FmtBytes
impl Unpin for FmtBytes
impl UnwindSafe for FmtBytes
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