#[repr(C)]pub struct CTL_USAGE {
pub cUsageIdentifier: DWORD,
pub rgpszUsageIdentifier: *mut LPSTR,
}
Fields§
§cUsageIdentifier: DWORD
§rgpszUsageIdentifier: *mut LPSTR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CTL_USAGE
impl RefUnwindSafe for CTL_USAGE
impl !Send for CTL_USAGE
impl !Sync for CTL_USAGE
impl Unpin for CTL_USAGE
impl UnwindSafe for CTL_USAGE
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