#[repr(C)]pub struct SceKernelEventFlagOptParam {
pub size: usize,
}Fields§
§size: usizeSize of the SceKernelEventFlagOptParam structure?
Trait Implementations§
Source§impl Clone for SceKernelEventFlagOptParam
impl Clone for SceKernelEventFlagOptParam
Source§fn clone(&self) -> SceKernelEventFlagOptParam
fn clone(&self) -> SceKernelEventFlagOptParam
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SceKernelEventFlagOptParam
Auto Trait Implementations§
impl Freeze for SceKernelEventFlagOptParam
impl RefUnwindSafe for SceKernelEventFlagOptParam
impl Send for SceKernelEventFlagOptParam
impl Sync for SceKernelEventFlagOptParam
impl Unpin for SceKernelEventFlagOptParam
impl UnsafeUnpin for SceKernelEventFlagOptParam
impl UnwindSafe for SceKernelEventFlagOptParam
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