#[repr(C)]pub struct _virDomainEventGraphicsSubjectIdentity {
pub type_: *mut c_char,
pub name: *mut c_char,
}Fields§
§type_: *mut c_char§name: *mut c_charTrait Implementations§
Source§impl Clone for _virDomainEventGraphicsSubjectIdentity
impl Clone for _virDomainEventGraphicsSubjectIdentity
Source§fn clone(&self) -> _virDomainEventGraphicsSubjectIdentity
fn clone(&self) -> _virDomainEventGraphicsSubjectIdentity
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 moreimpl Copy for _virDomainEventGraphicsSubjectIdentity
Auto Trait Implementations§
impl Freeze for _virDomainEventGraphicsSubjectIdentity
impl RefUnwindSafe for _virDomainEventGraphicsSubjectIdentity
impl !Send for _virDomainEventGraphicsSubjectIdentity
impl !Sync for _virDomainEventGraphicsSubjectIdentity
impl Unpin for _virDomainEventGraphicsSubjectIdentity
impl UnwindSafe for _virDomainEventGraphicsSubjectIdentity
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