Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/toolkit/components/resistfingerprinting/nsIRFPTargetSetIDL.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIRFPTargetSetIDL",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* attribute uint64_t low; */
Method {
name: "GetLow",
params: &[Param { name: "aLow", ty: "*mut u64" }],
ret: "::nserror::nsresult",
},
Method {
name: "SetLow",
params: &[Param { name: "aLow", ty: "u64" }],
ret: "::nserror::nsresult",
},
/* attribute uint64_t high; */
Method {
name: "GetHigh",
params: &[Param { name: "aHigh", ty: "*mut u64" }],
ret: "::nserror::nsresult",
},
Method {
name: "SetHigh",
params: &[Param { name: "aHigh", ty: "u64" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}