pub enum NArgs<'a> {
Prop(&'a CStr),
N(u32),
}
Expand description
The number of arguments to request FwNodeReferenceArgs
.
Variants§
Prop(&'a CStr)
The name of the property of the reference indicating the number of arguments.
N(u32)
The known number of arguments.
Auto Trait Implementations§
impl<'a> Freeze for NArgs<'a>
impl<'a> RefUnwindSafe for NArgs<'a>
impl<'a> Send for NArgs<'a>
impl<'a> Sync for NArgs<'a>
impl<'a> Unpin for NArgs<'a>
impl<'a> UnwindSafe for NArgs<'a>
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
Source§impl<T> PinInit<T> for T
impl<T> PinInit<T> for T
Source§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
Initializes
slot
. Read more