#[repr(C)]pub struct _LANA_ENUM {
pub length: UCHAR,
pub lana: [UCHAR; 255],
}
Fields§
§length: UCHAR
§lana: [UCHAR; 255]
Trait Implementations§
Source§impl Clone for _LANA_ENUM
impl Clone for _LANA_ENUM
Source§fn clone(&self) -> _LANA_ENUM
fn clone(&self) -> _LANA_ENUM
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _LANA_ENUM
impl Debug for _LANA_ENUM
Source§impl Ord for _LANA_ENUM
impl Ord for _LANA_ENUM
Source§fn cmp(&self, other: &_LANA_ENUM) -> Ordering
fn cmp(&self, other: &_LANA_ENUM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _LANA_ENUM
impl PartialEq for _LANA_ENUM
Source§impl PartialOrd for _LANA_ENUM
impl PartialOrd for _LANA_ENUM
impl Copy for _LANA_ENUM
impl Eq for _LANA_ENUM
impl StructuralPartialEq for _LANA_ENUM
Auto Trait Implementations§
impl Freeze for _LANA_ENUM
impl RefUnwindSafe for _LANA_ENUM
impl Send for _LANA_ENUM
impl Sync for _LANA_ENUM
impl Unpin for _LANA_ENUM
impl UnwindSafe for _LANA_ENUM
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