Struct sqa_jack::Struct_Unnamed5
source · 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: u32
Trait Implementations
sourceimpl Clone for Struct_Unnamed5
impl Clone for Struct_Unnamed5
sourcefn clone(&self) -> Struct_Unnamed5
fn clone(&self) -> Struct_Unnamed5
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for Struct_Unnamed5
impl Default for Struct_Unnamed5
sourcefn 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 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more