#[repr(C)]pub enum BL_Err_Type {
SUCCESS = 0,
ERROR = 1,
TIMEOUT = 2,
INVALID = 3,
NORESC = 4,
}Expand description
Error type definition - used by C SDK functions (and ROM functions by extension)
Variants§
Auto Trait Implementations§
impl Freeze for BL_Err_Type
impl RefUnwindSafe for BL_Err_Type
impl Send for BL_Err_Type
impl Sync for BL_Err_Type
impl Unpin for BL_Err_Type
impl UnwindSafe for BL_Err_Type
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