Struct fuchsia_zbi::ZbiResult
source · pub struct ZbiResult {
pub bytes: Vec<u8>,
pub extra: u32,
}
Fields§
§bytes: Vec<u8>
§extra: u32
Trait Implementations§
source§impl PartialEq for ZbiResult
impl PartialEq for ZbiResult
impl StructuralPartialEq for ZbiResult
Auto Trait Implementations§
impl Freeze for ZbiResult
impl RefUnwindSafe for ZbiResult
impl Send for ZbiResult
impl Sync for ZbiResult
impl Unpin for ZbiResult
impl UnwindSafe for ZbiResult
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