#[repr(C)]pub struct SCreateGroupCommand {
pub ret_groupId: c_int,
}
Expand description
Creates a group and returns the id it was given, returns -1 on failure
Fields§
§ret_groupId: c_int
Trait Implementations§
Source§impl Clone for SCreateGroupCommand
impl Clone for SCreateGroupCommand
Source§fn clone(&self) -> SCreateGroupCommand
fn clone(&self) -> SCreateGroupCommand
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 SCreateGroupCommand
impl Debug for SCreateGroupCommand
impl Copy for SCreateGroupCommand
Auto Trait Implementations§
impl Freeze for SCreateGroupCommand
impl RefUnwindSafe for SCreateGroupCommand
impl Send for SCreateGroupCommand
impl Sync for SCreateGroupCommand
impl Unpin for SCreateGroupCommand
impl UnwindSafe for SCreateGroupCommand
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