pub struct InitSet64(/* private fields */);
Expand description
A bit array to keep track of which fields were initialized, up to 64 fields
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitSet64
impl RefUnwindSafe for InitSet64
impl Send for InitSet64
impl Sync for InitSet64
impl Unpin for InitSet64
impl UnwindSafe for InitSet64
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