#[repr(C)]pub struct ProtectedSubmitInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub protected_submit: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§protected_submit: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
Source§impl<'a> ProtectedSubmitInfo<'a>
impl<'a> ProtectedSubmitInfo<'a>
pub fn protected_submit(self, protected_submit: bool) -> Self
Trait Implementations§
Source§impl<'a> Clone for ProtectedSubmitInfo<'a>
impl<'a> Clone for ProtectedSubmitInfo<'a>
Source§fn clone(&self) -> ProtectedSubmitInfo<'a>
fn clone(&self) -> ProtectedSubmitInfo<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for ProtectedSubmitInfo<'a>
impl<'a> Debug for ProtectedSubmitInfo<'a>
Source§impl Default for ProtectedSubmitInfo<'_>
impl Default for ProtectedSubmitInfo<'_>
Source§impl<'a> TaggedStructure for ProtectedSubmitInfo<'a>
impl<'a> TaggedStructure for ProtectedSubmitInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PROTECTED_SUBMIT_INFO
impl<'a> Copy for ProtectedSubmitInfo<'a>
impl ExtendsSubmitInfo for ProtectedSubmitInfo<'_>
impl Send for ProtectedSubmitInfo<'_>
impl Sync for ProtectedSubmitInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for ProtectedSubmitInfo<'a>
impl<'a> RefUnwindSafe for ProtectedSubmitInfo<'a>
impl<'a> Unpin for ProtectedSubmitInfo<'a>
impl<'a> UnwindSafe for ProtectedSubmitInfo<'a>
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