Struct PropMode
pub struct PropMode(/* private fields */);
Expand description
§Fields
Replace
- Discard the previous property value and store the new data.Prepend
- Insert the new data before the beginning of existing data. Theformat
must match existing property value. If the property is undefined, it is treated as defined with the correct type and format with zero-length data.Append
- Insert the new data after the beginning of existing data. Theformat
must match existing property value. If the property is undefined, it is treated as defined with the correct type and format with zero-length data.
Implementations§
Trait Implementations§
§impl Ord for PropMode
impl Ord for PropMode
§impl PartialOrd for PropMode
impl PartialOrd for PropMode
impl Copy for PropMode
impl Eq for PropMode
impl StructuralPartialEq for PropMode
Auto Trait Implementations§
impl Freeze for PropMode
impl RefUnwindSafe for PropMode
impl Send for PropMode
impl Sync for PropMode
impl Unpin for PropMode
impl UnwindSafe for PropMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)