pub struct HandleDisposition {
pub handle: NullableHandle,
pub object_type: ObjectType,
pub rights: Rights,
}Fields§
§handle: NullableHandle§object_type: ObjectType§rights: RightsImplementations§
Source§impl HandleDisposition
impl HandleDisposition
pub fn move_op( handle: NullableHandle, object_type: ObjectType, rights: Rights, ) -> Self
pub fn raw_handle(&self) -> u32
Trait Implementations§
Source§impl Debug for HandleDisposition
impl Debug for HandleDisposition
Source§impl<'a> Into<HandleDisposition<'a>> for HandleDisposition
impl<'a> Into<HandleDisposition<'a>> for HandleDisposition
Source§impl PartialEq for HandleDisposition
impl PartialEq for HandleDisposition
Source§fn eq(&self, other: &HandleDisposition) -> bool
fn eq(&self, other: &HandleDisposition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HandleDisposition
Auto Trait Implementations§
impl Freeze for HandleDisposition
impl RefUnwindSafe for HandleDisposition
impl Send for HandleDisposition
impl Sync for HandleDisposition
impl Unpin for HandleDisposition
impl UnsafeUnpin for HandleDisposition
impl UnwindSafe for HandleDisposition
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