Home
last modified time | relevance | path

Searched defs:boxed (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dauxiliary.rs318 let boxed = KBox::new(Opaque::<bindings::auxiliary_device>::zeroed(), GFP_KERNEL)?; in new() localVariable
/linux/rust/syn/
H A Dpat.rs560 let boxed: Option<Token![box]> = input.parse()?; in field_pat() localVariable