#[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 duplicate 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 moreimpl Copy 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