Struct XFORMOBJ
#[repr(C)]pub struct XFORMOBJ {
pub ulReserved: u32,
}
Fields§
§ulReserved: u32
Trait Implementations§
impl Copy for XFORMOBJ
impl StructuralPartialEq for XFORMOBJ
Auto Trait Implementations§
impl Freeze for XFORMOBJ
impl RefUnwindSafe for XFORMOBJ
impl Send for XFORMOBJ
impl Sync for XFORMOBJ
impl Unpin for XFORMOBJ
impl UnwindSafe for XFORMOBJ
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