kos_sys::dc::ubcEnum ubc_address_mask_t
Source #[repr(C)]
pub enum ubc_address_mask_t {
ubc_address_mask_none = 0,
ubc_address_mask_10 = 1,
ubc_address_mask_12 = 2,
ubc_address_mask_16 = 3,
ubc_address_mask_20 = 4,
ubc_address_mask_all = 5,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.