#[repr(C)]pub struct ANSI_STRING {
pub Length: u16,
pub MaximumLength: u16,
pub Buffer: *const u8,
}Fields§
§Length: u16§MaximumLength: u16§Buffer: *const u8Auto Trait Implementations§
impl !Send for ANSI_STRING
impl !Sync for ANSI_STRING
impl Freeze for ANSI_STRING
impl RefUnwindSafe for ANSI_STRING
impl Unpin for ANSI_STRING
impl UnsafeUnpin for ANSI_STRING
impl UnwindSafe for ANSI_STRING
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