pub struct GetObjectBufferAttributeError {
pub error: Error,
pub actual_size: usize,
}
Expand description
Encapsulates an error of get_object_buffer_attribute(), which includes the actual length of the desired buffer attribute in the case where the caller-provided was too small.
Fields§
§error: Error
§actual_size: usize
Auto Trait Implementations§
impl Freeze for GetObjectBufferAttributeError
impl RefUnwindSafe for GetObjectBufferAttributeError
impl Send for GetObjectBufferAttributeError
impl Sync for GetObjectBufferAttributeError
impl Unpin for GetObjectBufferAttributeError
impl UnwindSafe for GetObjectBufferAttributeError
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