Searched defs:ZbiResult (Results 1 – 1 of 1) sorted by relevance
57 type ZbiResult<T> = Result<T, ZbiError>; typedef168 pub fn is_valid(&self) -> ZbiResult<()> { in is_valid()323 pub fn is_bootable(&self) -> ZbiResult<()> { in is_bootable()385 fn set_payload_length_usize(&mut self, len: usize) -> ZbiResult<()> { in set_payload_length_usize()407 fn align_tail(&mut self) -> ZbiResult<()> { in align_tail()506 ) -> ZbiResult<()> { in create_entry_with_payload()558 ) -> ZbiResult<()> { in create_entry()615 pub fn extend(&mut self, other: &ZbiContainer<impl ByteSlice + PartialEq>) -> ZbiResult<()> { in extend()1198 fn is_zbi_aligned(buffer: &impl ByteSlice) -> ZbiResult<()> { in is_zbi_aligned()