#[repr(C)]pub struct EOTRootStringInfo {
pub root_string_size: u16,
pub root_string: *mut u16,
}Fields§
§root_string_size: u16§root_string: *mut u16Trait Implementations§
Source§impl Clone for EOTRootStringInfo
impl Clone for EOTRootStringInfo
Source§fn clone(&self) -> EOTRootStringInfo
fn clone(&self) -> EOTRootStringInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Send for EOTRootStringInfo
impl !Sync for EOTRootStringInfo
impl Freeze for EOTRootStringInfo
impl RefUnwindSafe for EOTRootStringInfo
impl Unpin for EOTRootStringInfo
impl UnsafeUnpin for EOTRootStringInfo
impl UnwindSafe for EOTRootStringInfo
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