Struct Burst
#[repr(transparent)]pub struct Burst(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Burst
impl Ord for Burst
§impl PartialOrd for Burst
impl PartialOrd for Burst
impl Copy for Burst
impl Eq for Burst
impl StructuralPartialEq for Burst
Auto Trait Implementations§
impl Freeze for Burst
impl RefUnwindSafe for Burst
impl Send for Burst
impl Sync for Burst
impl Unpin for Burst
impl UnwindSafe for Burst
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