pub struct DecodeSetInfoError;Expand description
Marker error for decode_set_file_op: the class/buffer was malformed or
unsupported. Carries no detail – callers uniformly map it to
STATUS_INVALID_PARAMETER.
Trait Implementations§
Source§impl Clone for DecodeSetInfoError
impl Clone for DecodeSetInfoError
Source§fn clone(&self) -> DecodeSetInfoError
fn clone(&self) -> DecodeSetInfoError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DecodeSetInfoError
Source§impl Debug for DecodeSetInfoError
impl Debug for DecodeSetInfoError
impl Eq for DecodeSetInfoError
Source§impl PartialEq for DecodeSetInfoError
impl PartialEq for DecodeSetInfoError
Source§fn eq(&self, other: &DecodeSetInfoError) -> bool
fn eq(&self, other: &DecodeSetInfoError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DecodeSetInfoError
Auto Trait Implementations§
impl Freeze for DecodeSetInfoError
impl RefUnwindSafe for DecodeSetInfoError
impl Send for DecodeSetInfoError
impl Sync for DecodeSetInfoError
impl Unpin for DecodeSetInfoError
impl UnsafeUnpin for DecodeSetInfoError
impl UnwindSafe for DecodeSetInfoError
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