#[repr(C)]pub struct Struct__virDomainEventGraphicsSubjectIdentity {
pub _type: *mut c_char,
pub name: *mut c_char,
}
Fields§
§_type: *mut c_char
§name: *mut c_char
Trait Implementations§
impl Copy for Struct__virDomainEventGraphicsSubjectIdentity
Auto Trait Implementations§
impl Freeze for Struct__virDomainEventGraphicsSubjectIdentity
impl RefUnwindSafe for Struct__virDomainEventGraphicsSubjectIdentity
impl !Send for Struct__virDomainEventGraphicsSubjectIdentity
impl !Sync for Struct__virDomainEventGraphicsSubjectIdentity
impl Unpin for Struct__virDomainEventGraphicsSubjectIdentity
impl UnwindSafe for Struct__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