#[repr(u64)]pub enum Ok {
    Default(usize),
}Variants§
Implementations§
Trait Implementations§
Source§impl Bytes<Origin, Origin> for Ok
 
impl Bytes<Origin, Origin> for Ok
const BYTES_SIZE: usize = 16usize
const BYTES_ALIGN: usize = 8usize
fn to_bytes(&self, endianness: bool) -> [u8; 16]
fn from_bytes(bytes: [u8; 16], endianness: bool) -> Self
fn from_bytes_pointer(bytes_pointer: *const u8, endianness: bool) -> Self
fn to_le_bytes(&self) -> [u8; { _ }]
fn to_be_bytes(&self) -> [u8; { _ }]
fn from_le_bytes(bytes: [u8; { _ }]) -> Self
fn from_be_bytes(bytes: [u8; { _ }]) -> Self
impl Copy for Ok
Auto Trait Implementations§
impl Freeze for Ok
impl RefUnwindSafe for Ok
impl Send for Ok
impl Sync for Ok
impl Unpin for Ok
impl UnwindSafe for Ok
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