#[repr(C)]pub struct NAME_BUFFER {
pub name: [UCHAR; 16],
pub name_num: UCHAR,
pub name_flags: UCHAR,
}
Fields§
§name: [UCHAR; 16]
§name_num: UCHAR
§name_flags: UCHAR
Trait Implementations§
Source§impl Clone for NAME_BUFFER
impl Clone for NAME_BUFFER
Source§fn clone(&self) -> NAME_BUFFER
fn clone(&self) -> NAME_BUFFER
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 moreSource§impl Default for NAME_BUFFER
impl Default for NAME_BUFFER
Source§fn default() -> NAME_BUFFER
fn default() -> NAME_BUFFER
Returns the “default value” for a type. Read more
impl Copy for NAME_BUFFER
Auto Trait Implementations§
impl Freeze for NAME_BUFFER
impl RefUnwindSafe for NAME_BUFFER
impl Send for NAME_BUFFER
impl Sync for NAME_BUFFER
impl Unpin for NAME_BUFFER
impl UnwindSafe for NAME_BUFFER
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