#[repr(C)]pub struct SetDef {
pub vtable: &'static SetVTable,
pub t: fn() -> &'static Shape,
}
Expand description
Fields for set types
Fields§
§vtable: &'static SetVTable
vtable for interacting with the set
t: fn() -> &'static Shape
shape of the values in the set
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetDef
impl RefUnwindSafe for SetDef
impl Send for SetDef
impl Sync for SetDef
impl Unpin for SetDef
impl UnwindSafe for SetDef
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