Struct FCIERROR
#[repr(transparent)]pub struct FCIERROR(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for FCIERROR
impl Eq for FCIERROR
impl StructuralPartialEq for FCIERROR
Auto Trait Implementations§
impl Freeze for FCIERROR
impl RefUnwindSafe for FCIERROR
impl Send for FCIERROR
impl Sync for FCIERROR
impl Unpin for FCIERROR
impl UnwindSafe for FCIERROR
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