#[repr(C)]pub struct SystemNotificationsSetInfoML {
pub ty: StructureType,
pub next: *const c_void,
pub suppress_notifications: Bool32,
}Expand description
See XrSystemNotificationsSetInfoML - defined by XR_ML_system_notifications
Fields§
§ty: StructureType§next: *const c_void§suppress_notifications: Bool32Implementations§
Source§impl SystemNotificationsSetInfoML
impl SystemNotificationsSetInfoML
pub const TYPE: StructureType = StructureType::SYSTEM_NOTIFICATIONS_SET_INFO_ML
Trait Implementations§
Source§impl Clone for SystemNotificationsSetInfoML
impl Clone for SystemNotificationsSetInfoML
Source§fn clone(&self) -> SystemNotificationsSetInfoML
fn clone(&self) -> SystemNotificationsSetInfoML
Returns a duplicate 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 Debug for SystemNotificationsSetInfoML
impl Debug for SystemNotificationsSetInfoML
impl Copy for SystemNotificationsSetInfoML
Auto Trait Implementations§
impl Freeze for SystemNotificationsSetInfoML
impl RefUnwindSafe for SystemNotificationsSetInfoML
impl !Send for SystemNotificationsSetInfoML
impl !Sync for SystemNotificationsSetInfoML
impl Unpin for SystemNotificationsSetInfoML
impl UnwindSafe for SystemNotificationsSetInfoML
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