#[repr(C)]pub struct PrintPropertyValue_value(/* private fields */);
Implementations§
Source§impl PrintPropertyValue_value
impl PrintPropertyValue_value
pub unsafe fn propertyByte(&self) -> &BYTE
pub unsafe fn propertyByte_mut(&mut self) -> &mut BYTE
pub unsafe fn propertyString(&self) -> &PWSTR
pub unsafe fn propertyString_mut(&mut self) -> &mut PWSTR
pub unsafe fn propertyInt32(&self) -> &LONG
pub unsafe fn propertyInt32_mut(&mut self) -> &mut LONG
pub unsafe fn propertyInt64(&self) -> &LONGLONG
pub unsafe fn propertyInt64_mut(&mut self) -> &mut LONGLONG
pub unsafe fn propertyBlob(&self) -> &PrintPropertyValue_value_propertyBlob
pub unsafe fn propertyBlob_mut( &mut self, ) -> &mut PrintPropertyValue_value_propertyBlob
Trait Implementations§
Source§impl Clone for PrintPropertyValue_value
impl Clone for PrintPropertyValue_value
Source§fn clone(&self) -> PrintPropertyValue_value
fn clone(&self) -> PrintPropertyValue_value
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 moreSource§impl Default for PrintPropertyValue_value
impl Default for PrintPropertyValue_value
Source§fn default() -> PrintPropertyValue_value
fn default() -> PrintPropertyValue_value
Returns the “default value” for a type. Read more
impl Copy for PrintPropertyValue_value
Auto Trait Implementations§
impl Freeze for PrintPropertyValue_value
impl RefUnwindSafe for PrintPropertyValue_value
impl Send for PrintPropertyValue_value
impl Sync for PrintPropertyValue_value
impl Unpin for PrintPropertyValue_value
impl UnwindSafe for PrintPropertyValue_value
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