#[repr(C)]pub struct PrintPropertyValue {
pub ePropertyType: EPrintPropertyType,
pub value: PrintPropertyValue__bindgen_ty_1,
}
Fields§
§ePropertyType: EPrintPropertyType
§value: PrintPropertyValue__bindgen_ty_1
Trait Implementations§
Source§impl Clone for PrintPropertyValue
impl Clone for PrintPropertyValue
Source§fn clone(&self) -> PrintPropertyValue
fn clone(&self) -> PrintPropertyValue
Returns a copy 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 PrintPropertyValue
Auto Trait Implementations§
impl Freeze for PrintPropertyValue
impl RefUnwindSafe for PrintPropertyValue
impl !Send for PrintPropertyValue
impl !Sync for PrintPropertyValue
impl Unpin for PrintPropertyValue
impl UnwindSafe for PrintPropertyValue
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