#[repr(C)]pub struct SEraseGroupCommand {
pub groupId: c_int,
}
Expand description
Erases a specified group
Fields§
§groupId: c_int
Trait Implementations§
Source§impl Clone for SEraseGroupCommand
impl Clone for SEraseGroupCommand
Source§fn clone(&self) -> SEraseGroupCommand
fn clone(&self) -> SEraseGroupCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SEraseGroupCommand
impl Debug for SEraseGroupCommand
impl Copy for SEraseGroupCommand
Auto Trait Implementations§
impl Freeze for SEraseGroupCommand
impl RefUnwindSafe for SEraseGroupCommand
impl Send for SEraseGroupCommand
impl Sync for SEraseGroupCommand
impl Unpin for SEraseGroupCommand
impl UnwindSafe for SEraseGroupCommand
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