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