#[repr(C)]pub struct groupset {
pub array: Groupmap,
pub num: c_int,
}Fields§
§array: Groupmap§num: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for groupset
impl RefUnwindSafe for groupset
impl !Send for groupset
impl !Sync for groupset
impl Unpin for groupset
impl UnwindSafe for groupset
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