#[repr(C, packed(4))]pub struct wmOwnerID {
pub next: Pointer<wmOwnerID>,
pub prev: Pointer<wmOwnerID>,
pub name: [i8; 64],
}Fields§
§next: Pointer<wmOwnerID>§prev: Pointer<wmOwnerID>§name: [i8; 64]Trait Implementations§
Source§impl GeneratedBlendStruct for wmOwnerID
impl GeneratedBlendStruct for wmOwnerID
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "wmOwnerID"
const STRUCT_INDEX: usize = 766usize
const STRUCT_TYPE_INDEX: usize = 900usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<wmOwnerID> for wmOwnerID
Auto Trait Implementations§
impl Freeze for wmOwnerID
impl RefUnwindSafe for wmOwnerID
impl Send for wmOwnerID
impl Sync for wmOwnerID
impl Unpin for wmOwnerID
impl UnwindSafe for wmOwnerID
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