pub struct ResultNvErrorCodeReadOnlyAttribute;
Trait Implementations
sourceimpl ResultBase for ResultNvErrorCodeReadOnlyAttribute
impl ResultBase for ResultNvErrorCodeReadOnlyAttribute
fn get_module() -> u32
fn get_description() -> u32
fn get_value() -> u32
fn make() -> ResultCode
fn make_err<T>() -> Result<T>
fn matches(rc: ResultCode) -> bool
Auto Trait Implementations
impl RefUnwindSafe for ResultNvErrorCodeReadOnlyAttribute
impl Send for ResultNvErrorCodeReadOnlyAttribute
impl Sync for ResultNvErrorCodeReadOnlyAttribute
impl Unpin for ResultNvErrorCodeReadOnlyAttribute
impl UnwindSafe for ResultNvErrorCodeReadOnlyAttribute
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more