#[repr(C)]pub struct Struct_Unnamed5 {
pub uuid: *const i8,
pub client_name: *const i8,
pub command: *const i8,
pub flags: u32,
}Fields§
§uuid: *const i8§client_name: *const i8§command: *const i8§flags: u32Trait Implementations§
Source§impl Clone for Struct_Unnamed5
impl Clone for Struct_Unnamed5
Source§fn clone(&self) -> Struct_Unnamed5
fn clone(&self) -> Struct_Unnamed5
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 Default for Struct_Unnamed5
impl Default for Struct_Unnamed5
Source§fn default() -> Struct_Unnamed5
fn default() -> Struct_Unnamed5
Returns the “default value” for a type. Read more
impl Copy for Struct_Unnamed5
Auto Trait Implementations§
impl Freeze for Struct_Unnamed5
impl RefUnwindSafe for Struct_Unnamed5
impl !Send for Struct_Unnamed5
impl !Sync for Struct_Unnamed5
impl Unpin for Struct_Unnamed5
impl UnwindSafe for Struct_Unnamed5
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