#[repr(transparent)]pub struct WLDP_EXECUTION_POLICY(pub i32);Tuple Fields§
§0: i32Auto Trait Implementations§
impl Freeze for WLDP_EXECUTION_POLICY
impl RefUnwindSafe for WLDP_EXECUTION_POLICY
impl Send for WLDP_EXECUTION_POLICY
impl Sync for WLDP_EXECUTION_POLICY
impl Unpin for WLDP_EXECUTION_POLICY
impl UnsafeUnpin for WLDP_EXECUTION_POLICY
impl UnwindSafe for WLDP_EXECUTION_POLICY
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