#[repr(C)]pub struct SceKernelAllocMemBlockOpt {
pub size: SceSize,
pub attr: SceUInt32,
pub alignment: SceSize,
pub uidBaseBlock: SceUInt32,
pub strBaseBlockName: *const c_char,
pub flags: c_int,
pub reserved: [c_int; 10],
}Fields§
§size: SceSize§attr: SceUInt32§alignment: SceSize§uidBaseBlock: SceUInt32§strBaseBlockName: *const c_char§flags: c_int§reserved: [c_int; 10]! Unknown flags 0x10 or 0x30 for ::sceKernelOpenMemBlock
Trait Implementations§
Source§impl Clone for SceKernelAllocMemBlockOpt
impl Clone for SceKernelAllocMemBlockOpt
Source§fn clone(&self) -> SceKernelAllocMemBlockOpt
fn clone(&self) -> SceKernelAllocMemBlockOpt
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 moreSource§impl Debug for SceKernelAllocMemBlockOpt
impl Debug for SceKernelAllocMemBlockOpt
impl Copy for SceKernelAllocMemBlockOpt
Auto Trait Implementations§
impl Freeze for SceKernelAllocMemBlockOpt
impl RefUnwindSafe for SceKernelAllocMemBlockOpt
impl !Send for SceKernelAllocMemBlockOpt
impl !Sync for SceKernelAllocMemBlockOpt
impl Unpin for SceKernelAllocMemBlockOpt
impl UnsafeUnpin for SceKernelAllocMemBlockOpt
impl UnwindSafe for SceKernelAllocMemBlockOpt
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