#[repr(C)]pub struct PFactoryInfo {
pub vendor: [char8; 64],
pub url: [char8; 256],
pub email: [char8; 128],
pub flags: int32,
}Fields§
§vendor: [char8; 64]§url: [char8; 256]§email: [char8; 128]§flags: int32Trait Implementations§
Source§impl Clone for PFactoryInfo
impl Clone for PFactoryInfo
Source§fn clone(&self) -> PFactoryInfo
fn clone(&self) -> PFactoryInfo
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 PFactoryInfo
impl Send for PFactoryInfo
impl Sync for PFactoryInfo
Auto Trait Implementations§
impl Freeze for PFactoryInfo
impl RefUnwindSafe for PFactoryInfo
impl Unpin for PFactoryInfo
impl UnwindSafe for PFactoryInfo
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