pub struct FenceSucc(pub u32);Tuple Fields§
§0: u32Trait Implementations§
impl Copy for FenceSucc
impl Eq for FenceSucc
impl StructuralPartialEq for FenceSucc
Auto Trait Implementations§
impl Freeze for FenceSucc
impl RefUnwindSafe for FenceSucc
impl Send for FenceSucc
impl Sync for FenceSucc
impl Unpin for FenceSucc
impl UnwindSafe for FenceSucc
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