Struct vitasdk_sys::SceFiberOptParam
source · #[repr(C, align(8))]pub struct SceFiberOptParam {
pub reserved: [c_char; 128],
}Fields§
§reserved: [c_char; 128]Trait Implementations§
source§impl Clone for SceFiberOptParam
impl Clone for SceFiberOptParam
source§fn clone(&self) -> SceFiberOptParam
fn clone(&self) -> SceFiberOptParam
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more