Struct LANA_ENUM
#[repr(C)]pub struct LANA_ENUM {
pub length: u8,
pub lana: [u8; 255],
}
Fields§
§length: u8
§lana: [u8; 255]
Trait Implementations§
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