Struct rusty_doors::sys::DoorDesc
source · #[repr(C)]pub struct DoorDesc {
pub d_attributes: c_uint,
pub d_data: DoorData,
}Expand description
Structure used to pass descriptors/objects in door invocations
Fields§
§d_attributes: c_uint§d_data: DoorDataAuto Trait Implementations§
impl Freeze for DoorDesc
impl RefUnwindSafe for DoorDesc
impl Send for DoorDesc
impl Sync for DoorDesc
impl Unpin for DoorDesc
impl UnwindSafe for DoorDesc
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